is it possible to add random delay for timed macro ? here's my code
<<set $myDelay to random(5,15)>>
<<timed $myDelay>>
// we will do something here
<</timed>>
if it's not possible, can you show me another method so i can have similar function like that ?
any help will be appreciated. thx before
Comments