Charas-Project

Game Creation => Requests => RPG Maker Programming => Topic started by: maximumcarnage on November 11, 2007, 10:36:39 AM

Title: Time help
Post 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?
Title:
Post by: RPG noob on November 11, 2007, 10:52:36 AM
condition branch if timer is 0 show game over
Title:
Post by: Moosetroop11 on November 11, 2007, 12:32:47 PM
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.