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


PlayInvestigation (INV)


Description

Initiates an investigation sequence.

Parameters

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

Examples:

Example #1: Play the investigation ‘FinalInvestigation’.

1:  PlayInvestigation:["FinalInvestigation"];

Remarks:

Read the “best practices” for investigations in the Investigations chapter.


Back to overview