Is that 5 minutes, plus a random time between 1 and 5? or is it 5, plus a random 5, that could equal 10?
Printable View
Is that 5 minutes, plus a random time between 1 and 5? or is it 5, plus a random 5, that could equal 10?
That is a 5 + a random number from 0 to 5. The totally is a possibility of 5-10.
Ok, cool, thanks.
its not minutes, is miliseconds, 1000milliseconds = 1 second
No its not, I have a script that does rotate every 5+Random(5), and it doesn't rotate every 5-10 seconds...
Ohh ok