There are two methods I can think of.
One is to use the conditions "timergreaterthan=30000" and "random=X", but you'd have to experience with values of X to get the desired delay, but defining an exact delay range will be difficult.
The other method is to set up a variable called "DelayTime" and use "random=X" to set the variable to a value between 30 and 30+X for example if you want a random delay between 30 and 35:
:state=0:dimvar=DelayTime
:state=0:setvar=DelayTime 30
:state=0,random=1:addvar=DelayTime 1
:state=0,random=1:addvar=DelayTime 1
:state=0,random=1:addvar=DelayTime 1
:state=0,random=1:addvar=DelayTime 1
:state=0,random=1:addvar=DelayTime 1
:state=0:state=1
Then you could use the variable as part of the timer condition:
:state=1,timergreaterthan=%DelayTime:state=2
I hope this helps.
[url="http://raptr.com/No_Turn_Right?src=em_forum"]
[/url]