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


HideMoodStatement


Description

Hides a statement from a mood matrix sequence.

Parameters

Name Type Description Required Default Value
Mood Matrix ID Number The ID of the Mood Matrix sequence. -
Statement ID Number The ID is the index of the statement in a mood matrix. The first statement has the index 0. -

Examples:

Example #1: Hiding statement 1 of the Mood Matrix sequence 3.

1:  HideMoodStatement:[3|1];

Remarks:

-


Back to overview