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


RevealMoodStatement


Description

Reveals a statement from a mood matrix sequence.

Parameters

Name Type Description Required Default Value
ID String The ID of the Mood Matrix sequence. -
Index Number The zero-based index of the statement in a mood matrix. -

Examples:

Example #1: Reveals the 2nd statement of the Mood Matrix sequence ‘Trucy’s Feelings’.

1:  RevealMoodStatement:["Trucy's Feelings"|1];

Remarks:

-


Back to overview