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


RevealStatement


Description

Reveals a statement of a cross examination.

Parameters

Name Type Description Required Default Value
ID String The ID of the cross examination. -
Index Number The zero-based index of the statement. -

Examples:

Example #1: Reveal the 4th statement in the cross examination ‘1’.

1:  RevealStatement:[1|3];

Remarks:

-


Back to overview