Hi.
I've been searching for this for a while now but couldn't find anything that worked. So basically I want RMMV to not wait with executing commands until a text message is finished displaying. I want the program to continue the event while the text is busy displaying. Is there any way to do this either in-game or by a plugin? Thanks in advance.
Specs:
Windows 10 Home 64bit
RPG Maker MV 1.0.1
(No idea why I'm still using 1.0.1 but I don't like updating stuff.)
[RMMV] Execute event commands while displaying text.
● ARCHIVED · READ-ONLY
-
-
You'd need to run another event in the background and set the trigger to parallel. Make sure to turn this event on with a switch, then in your main event, when you want something to happen while the text window is active, turn on this switch to make the event run.
-
Thanks a lot! Couldn't think of that.