timeout run-one not working bot always trigger the macro

All about the macro plugin can be found in this forum. This forum is intended for the macro plugin only.

Moderator: Moderators

Message
Author
firefox2015
Noob
Noob
Posts: 3
Joined: 22 Feb 2015, 04:29
Noob?: Yes

timeout run-one not working bot always trigger the macro

#1 Post by firefox2015 »

automacro sp {
location alde_dun03
sp > 95%
call {
do conf teleportAuto_idle 1
do conf teleportAuto_search 1
pause 1
do conf route_randomWalk 0
pause 1
do conf teleportAuto_idle 1
do reload c
}
timeout 60
}

i have test timeout & run-one for the macro but bot always trigger the automacro

vitriol
Plain Yogurt
Plain Yogurt
Posts: 61
Joined: 19 Apr 2011, 23:26
Noob?: No

Re: timeout run-one not working bot always trigger the macro

#2 Post by vitriol »

put timeout before call

Post Reply