So I want to start a timer that is infinite but it will only make the $rand random the first time I activate it.

/timertest 0 $rand(120,360) msg $chan bla bla bla

So this will choose a random number once and then repeat it everytime but I want it to be a random timer each time it has said bla bla bla.

How its working right now.

timer activated on 125 sec
Me: bla bla bla
timer activated on 125 sec
Me: bla bla bla

How it should work.

timer activated on 145
Me: bla bla bla
timer activated on 356
Me: bla bla bla

so its random everytime I hope you understand.