Ace Attorney Casing Tool Documentation

The documentation for AACS and the CodeEditor.


Project maintained by MaxDeBy Hosted on GitHub Pages — Theme by mattgraham

Back to overview


StartInvestigation


Description

Starts a new investigation and waits until every investigation is finished.

Parameters

Name Type Description Required Default Value
ID String The ID of the first investigation. -

Examples:

Example #1: Start an investigation sequence with the initial investigation being ‘Agency’.

1:  StartInvestigation:["Agency"];

Remarks:

-


Back to overview