Author Topic: Scripting question: How to execute a command between set intervals?  (Read 1058 times)

DOOF

  • Guest
Maybe i suck at googleing, but i couldnt find help anywhere. So, would you guys mind helping me out?

Cobo

  • Autococker
  • Posts: 1362
Re: Scripting question: How to execute a command between set intervals?
« Reply #1 on: July 08, 2007, 02:22:56 PM »
You use the 'wait' command, all it does is make all the command execution for one frame, so you can have 'wait;wait;wait;wait'.

b00nlander

  • Autococker
  • Posts: 784
Re: Scripting question: How to execute a command between set intervals?
« Reply #2 on: July 08, 2007, 03:25:52 PM »
but that also includes your movement, aiming and so on... there's no real way to execute 2 commands after a set amount of time while continuing to play

DOOF

  • Guest
Re: Scripting question: How to execute a command between set intervals?
« Reply #3 on: July 09, 2007, 04:57:29 AM »
:,(