Jump to content
🛡️FORUMS ARE IN READ-ONLY MODE Read more... ×
Sign in to follow this  
Naiss

how to setup a Random time

Recommended Posts

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
sleep random 500;

//The rest of your script goes here

Share this post


Link to post
Share on other sites

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
Sign in to follow this  

×