- Joined
- Feb 28, 2017
- Messages
- 482
- Reaction score
- 802
- First Language
- English
- Primarily Uses
- RMMV
When using a show text command, the letters appear one by one in the dialogue box. I'd like to know if there's a way to know when the full message has been displayed.
Basically, I'm trying to create an animated talking mouth. I don't want the animation to continue until the next show text event, so I was hoping there's some kind of script that I could use in a conditional branch. If text is still being drawn= show talking animation else= show closed mouth.
There are some plugins such as text sounds that stop once all the text is finished, so I assume it's possible somehow.
Basically, I'm trying to create an animated talking mouth. I don't want the animation to continue until the next show text event, so I was hoping there's some kind of script that I could use in a conditional branch. If text is still being drawn= show talking animation else= show closed mouth.
There are some plugins such as text sounds that stop once all the text is finished, so I assume it's possible somehow.