Updated Beginner ‐ Action Editor (markdown)

PikaMug 2019-07-26 20:56:37 -04:00
parent 6ca0ab5b9c
commit 21f4d91888
1 changed files with 14 additions and 0 deletions

@ -48,4 +48,18 @@ Alternatively, go to the 'Edit Stages' menu and, after setting at least one obje
![StageActions](https://i.imgur.com/NjHGiy5.png)
<details>
<summary>Click here to see the breakdown.</summary>
| # | - | Choice | Description |
|---|---|--------|-------------|
| 1 | - | Start Action | Activate on start of stage |
| 2 | - | Finish Action | Activate at end of stage |
| 3 | - | Death Action | Activate if player dies during stage |
| 4 | - | Disconnect Action | Activate if player disconnects during stage |
| 5 | - | Chat Action | Activate if chat message sent during stage |
| 6 | - | Command Action | Activate if command run during stage |
| 7 | - | Done | Save and return to previous menu |
</details>
Chat and command actions are run during the stage when the player enters a specific keyword or command in-game, respectively.