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


RevealTopic


Description

Reveals a talking topic 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 talking option. -

Examples:

Example #1: Reveal the 1st topic of the investigation ‘0’.

1:  RevealTopic:[0|1];

Remarks:

-


Back to overview