need help w/ a timing command [SOLVED]

Started by mport2004, Wed 02/02/2005 00:34:20

Previous topic - Next topic

mport2004

I'm making a small shooter game and i cant find a command that will make a character wait before doing another command and still let the other characters move.
:(

Scummbuddy

we'll need to see your code to give the appropriate solution... but perhaps a simple "Wait(1);" may work.
- Oh great, I'm stuck in colonial times, tentacles are taking over the world, and now the toilets backing up.
- No, I mean it's really STUCK. Like adventure-game stuck.
-Hoagie from DOTT

Goot

SetTimer and IsTimerExpired. Use SetTimer(int timer, # of loops to wait); and then in repeatedly execute:
if(IsTimerExpired(int timer)){
shooting script
}
if you don't understand, look up those commands in the manual.



SMF spam blocked by CleanTalk