Typewriter speed
Posted: Fri Dec 18, 2015 4:22 pm
There is a really cool option in most JRPG games dialogues, they change the speed of the text displayed. Remember that feature in RPG Maker,
that was done via rich text parameters on the text field option for the dialogue.
They do it like that:
\. - Waits 15 frames (quarter second).
\| - Waits 60 frames (a full second).
\! - Waits until key is pressed.
\> - Following text is instant.
\< - Following text is no longer instant.
\^ - Skips to the next message.
Is there an option for that? If not, could be a cool feature to add.
that was done via rich text parameters on the text field option for the dialogue.
They do it like that:
\. - Waits 15 frames (quarter second).
\| - Waits 60 frames (a full second).
\! - Waits until key is pressed.
\> - Following text is instant.
\< - Following text is no longer instant.
\^ - Skips to the next message.
Is there an option for that? If not, could be a cool feature to add.