The documentation for AACS and the CodeEditor.
Talking instructions are the topics you can talk about with a character. They are built like the following scheme:
1: Topic:{DISPLAY TEXT|FIRST INSTRUCTION|SECOND INSTRUCTION|HIDDEN};
Name | Type | Description |
---|---|---|
DISPLAY TEXT | String | The text that appears in the button of that topic. |
FIRST PRESENT | Regular Instruction | Executed the first time this topic is chosen. |
SECOND PRESENT | Regular Instruction | Every subsequent time this topic is chosen. |
HIDDEN | Boolean | Determines whether the topic is hidden by default. |
1: Topic:{"Your Alibi"|PlayFrame:["LarryAlibi1"]|PlayFrame:["LarryAlibi2"]|false};
You can define as many topics per investigation sequence as you like; however, due to the limited space, only the first 5 topics that aren’t hidden will be displayed.