- Joined
- May 14, 2015
- Messages
- 84
- Reaction score
- 78
- First Language
- English
- Primarily Uses
- RMVXA
Something I've been wondering, is there any built-in way to set wait times when displaying things like variables and actor names in the message editor? So, for example, you can type in \. to wait 1/4 of a second, or \| to wait a full second, but because \v[x] and \n[x] themselves are their own functions, there doesn't seem to be any way to call that wait when drawing the desired text.
Since I'm not seeing a function for such a thing listed when hovering over the message box, I'm assuming I would need to call a script to manually change how often a character is drawn into messages. Would I need a fully custom script to handle something like that, or is there a script call that's just a few lines at most that would work?
Since I'm not seeing a function for such a thing listed when hovering over the message box, I'm assuming I would need to call a script to manually change how often a character is drawn into messages. Would I need a fully custom script to handle something like that, or is there a script call that's just a few lines at most that would work?