I require some assistance with the automacro var condition.
I have the following automacro:
Code: Select all
automacro autotele {
var $EventStart == 1
timeout 10
call jump
}
Code: Select all
$EventStart = 1
But the automacro will not trigger.
I have also tried using
Code: Select all
eval $EventStart > 0
http://forums.openkore.com/viewtopic.php?f=32&t=17377
but to no avail. Also, I am not using @keywords
Any help would be appreciated.