Chaos Project

RPG Maker => General Discussion => Troubleshooting / Help => Topic started by: danesopeezy89 on December 14, 2008, 02:50:37 pm

Title: Time
Post by: danesopeezy89 on December 14, 2008, 02:50:37 pm
At the end of my game you have to leave the castle before time runs out. But I have no idea how to do it (n00b here) so can anyone tell me how to do this?  8)
Title: Re: Time
Post by: Aqua on December 14, 2008, 03:20:46 pm
Event Command Pg 1
Control Timer
Set up your time

Then use a conditional branch for the Timer to do what you will.
Title: Re: Time
Post by: Punn on December 14, 2008, 06:53:50 pm
Don't forget to use the parallel  process, with the conditional branches, that way, it will always check the timer and when if hits at zero.
Title: Re: Time
Post by: danesopeezy89 on December 14, 2008, 08:31:25 pm
for some reason it doesnt work. I When the time hits zero its suppose to say game over. But for some reason, the second the event starts its says gameover.
Title: Re: Time
Post by: Aqua on December 14, 2008, 08:32:53 pm
Did you check the the timer is EQUAL to 0 instead of Greater than or Equal to?
Title: Re: Time
Post by: danesopeezy89 on December 14, 2008, 10:51:05 pm
 :<_<: i feel like an idiot now lol. But im going to check right now.  :D
Title: Re: Time
Post by: Punn on December 15, 2008, 05:07:53 am
This is my method, which I will use in the game.. of course.. there will be sounds and it would look complete, don't criticize the mapping, I made it less then 10 minutes

http://www.megaupload.com/?d=J6K226Z2
Title: Re: Time
Post by: danesopeezy89 on December 16, 2008, 12:29:22 am
Quote from: Punn on December 15, 2008, 05:07:53 am
This is my method, which I will use in the game.. of course.. there will be sounds and it would look complete, don't criticize the mapping, I made it less then 10 minutes

http://www.megaupload.com/?d=J6K226Z2


Thanks alot  :D this is a perfect example  8)