Game Development Community

How to create a wait, before executing more commands.

by Bo Powell · in Torsion · 11/06/2008 (3:15 pm) · 2 replies

I want to, say, increase somethings speed, and then 5 seconds later, I want the speed to go back to normal.

How do I create the 5 second delay?

#1
11/06/2008 (4:37 pm)
www.garagegames.com/index.php?sec=mg&mod=resource&page=view&qid=2962

Also, this would probably be answered faster in a TGB or TGE forum.
#2
11/06/2008 (4:44 pm)
Easiest way is to use the schedule() command to run a piece of code a number of seconds later.