I'm wanting it so you have to avoid an enemy on the map for 1-2 minutes.
What would I need to do to do this? Thanks. :lol:
The timer command?
Either use the timer command or a parallel process with a wait command. 20 frames = 1 second.
Never used the timer command. How does it work iyo?
It's a timer. Test it out.
paralell process,wait (mins) if you don't wanna use any timers.