Charas-Project
Game Creation => Requests => RPG Maker Programming => Topic started by: MammonMachine on September 11, 2005, 11:01:30 PM
-
I would like to know if there is a way to "pause" the wait command and then have it resume the time it was meant to wait on.
So if I have a wait command that says "Wait 10 seconds." but then the player triggers an event to pause the game during these 10 seconds, the wait command should also stop. Then when the game gets "unpaused" the wait command continues to wait out the remaining seconds.
How can I do this? Is it even theoretically possible?
-
Try making an erase event command
-
Stop All
Move All
I guess..