Charas-Project
Game Creation => Requests => RPG Maker Programming => Topic started by: maximumcarnage on November 11, 2007, 10:36:39 AM
-
something that i want too add in my game how will i put something like when the timer reaches 0 it shows Game over?
-
condition branch if timer is 0 show game over
-
First make sure the timer is on the amount of time you want there to be. Then create an event and yeah, have 'if timer 1 is 0' and them put the lose event. Then start the timer. rm2k3 already has a pretty standard countdown thing that shows up on the screen if you tick a box.