Charas-Project

Game Creation => Requests => RPG Maker Programming => Topic started by: MammonMachine on September 11, 2005, 11:01:30 PM

Title: The wait command
Post 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?
Title:
Post by: Linkizcool on September 12, 2005, 03:59:42 AM
Try making an erase event command
Title:
Post by: Me5kuTis on September 12, 2005, 11:09:22 AM
Stop All
Move All

I guess..