Skip to content

Commit

Permalink
Add Auto-Advance Text Effects.
Browse files Browse the repository at this point in the history
  • Loading branch information
CakeVR authored Jun 7, 2024
1 parent f70f7ec commit 84ad15c
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions documentation/writing-text-events.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,3 +112,13 @@ You can change the portrait or typing mood of the speaker with these effects:

- `[mood=name]` Changes the typing mood to the one with the given name.

---

# 7. Auto-Advance

There are the following text effects to control Auto-Advance:

- `[aa]` enables the Auto-Advance for the *current* text event.
- `[aa=time]` enables Auto-Advance after a fixed delay of `time` seconds; four seconds before Auto-Advance continues: `[aa=4]`
- `[aa=time?]` changes the fixed delay for the current text event, but does not enable Auto-Advance.

0 comments on commit 84ad15c

Please sign in to comment.