Quote:
find where the time in seconds is used and replace that with $rand(lower_bound,upper_bound)

For example:
.timer 1 180 echo -a this will trigger in 3 minutes
change it to
.timer 1 $rand(120,240) echo -a this will trigger somewhere between 2 and 4 minutes
Cool, that doesn't look too hard. How would I go about changing the popup to make it easy to do either a random-between certain-times timer or an exact one like it is currently set to do? I'm not sure if you looked at the script Online posted (as a text file), but it looks almost exactly like the picture I drew up at the top smile

Anyway, thanks, and thanks to anyone else that helps