Originally Posted by maroon
The delay is defined when the timer launches, so the only way to have the interval change each time - is to have the reps be 1, then set the delay again as the first action of the alias being called by that timer.



I thought this , but I should do something like:

while( I don't know what test ) {
timer 1 $rand(x,y)
}

What test may I use ?