Speed
Signature
Description
Controls the time it takes to fully display the next characters in the current and next lines.
Arguments
Type
The are a total of 8 types (0 -> 7) which control how the seconds argument is processed.
If its higher than 0, e.g. 1 (common), the seconds value will be directly used. If its 0 (very rare), the seconds value will be used as a reference to a list that holds the real value.
This argument is optional, and will equal the value 1
if non-existent.
Seconds
The amount of characters displayed every few seconds.
If the value is 0, display all characters instantly.
If the value is between 1 -> 29, gradually display 1 character in 1 / x
seconds.
If the value is 30 or higher, gradually display x / 30
characters every 1 / 30
seconds. Depending on an unknown state, the character count might be halved again.
If the type is higher than 0, the number range is 0 -> 255. If its 0, the number range is 0 -> 127.
This argument is optional, and will equal the value 0
if non-existent.
Notes
If this text tag is not used, the default speed of characters is 127.
Pressing the confirm key will result in all next characters immediately being shown.
This tag has no effect on the speaker name of a dialog which is declared by the first line of a dialog with the window type: Dialog Window.
Last updated