Is there a way to create a random number between 2 numbers? i.e. between 10 and 15 or is it better to /delay 10, then have another /delay between 0 and 5?
I want to create a (somewhat) random wait time in between events, but I'm not quite sure how to do that.
Would something like this work:
/delay 10
/delay $rand(10)
Which would give you a 1 second delay, then up to another second of delay?
Thanks for the help :)

