hello,

I'm looking for a loop timer that change time of timer every time with $rand identifier.
If I use :

timer 0 $rand(x,y) action ..

the timer loop go with the same value, for example if $rand(20,40) return 30 the command repeted will be :

timer 0 30 action

How may I set a different number for every loop of the timer ?

Thank you