sleep(x); is old syntax, use wait(-x); instead.

wait(-x); => waits x seconds

your code would be:
wait(-1 * (7 + random(50)));

Last edited by Thunder; 04/11/07 12:53.