Author Topic: Strange, the delays in my scripts all go to 33.  (Read 384 times)

If I set it to 3 it goes to 33 if I set it to 40 it stays.
Is there a min wait of 33 or something?
Any way to by pass it?


Example:

Delay = 33 "onActivate Self FireRelay"
Delay = 33 "onRelay self FireRelay"
Delay = 1 "onRelay self SpawnProjectile ..." STUFF ARGUMENTS HERE


Simple looping script.

You cannot put a delay lower than 33, unless you make it 0. This is to prevent crashing or server lag.

Why you would need it as low as 3 nanoseconds is beyond me

That's ove  half a minute though!

No, the time is in milliseconds, so that is a 33/1000 of a second.