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


RevealMove


Description

Reveals a move option in an investigation.

Parameters

Name Type Description Required Default Value
ID String The ID of the investigation. -
Index Number The 1-based index of the move option. -

Examples:

Example #1: Reveals the first move option in the investigation ‘Agency’.

1:  RevealMove:["Agency"|1];

Remarks:

-


Back to overview