Naiss 28 Posted January 26, 2014 okey so i got a script and when it activates i want it to start a random time from 1-500 sec any chance some one can help me? Share this post Link to post Share on other sites
tpw 2315 Posted January 26, 2014 sleep random 500; //The rest of your script goes here Share this post Link to post Share on other sites
Lunatic104 10 Posted January 26, 2014 Failing that use a trigger to initiate it and use the timer function. If you want to make the script sleep for a minimum time you can always use sleep 400 +random 100; Share this post Link to post Share on other sites