automacro EventOver {
console /Fast-Type Event: There is no Event right now./
delay 2
call {
do c @time
}
}
#Server time (normal time): Thursday, March 20 2014 02:50:41.
automacro time {
console /Server time.*2014 \d+:0?(\d+):\d+./
delay 2
call {
$relog = @eval((30 - $.lastMatch1)*60)
do relog $relog
}
}
if i do $relog = @eval((30 - $.lastMatch1)*60) for example 30 - 58 = -28*6 = -168 the bot can relog -168 . how can i do relog 168 remove the negative sign .
if