
02-25-2007, 03:01 AM
|
|
Graal Administration
|
Join Date: Jan 2000
Location: Admins
Posts: 11,693
|
|
|
The sleep() command is using timeouts. It doesn't actually require timeouts to work, but if it wouldn't use timeouts then a lot of scripts would break because currently you can easily stop sleeps() by setting timeout to zero. That was some old kind of "cancelevent".
You can however use new ways of suspending the script: waitfor("","noevent", 0.05) (the second parameter is the event name, just set it to some event that is never triggered). |
|
|
|