I wanted to leave it so random that does not follow directly triggers the condition.
Code: Select all
automacro{
timeout @ rand (50,100) # only gets direct triggering
call reloged
}
macro relog{
$ relog = @ rand (35.60)
the relog $ relog
}
Moderator: Moderators
Code: Select all
automacro{
timeout @ rand (50,100) # only gets direct triggering
call reloged
}
macro relog{
$ relog = @ rand (35.60)
the relog $ relog
}