im using openkore_ready (which seems to be up to date atleast when i try to update it with svn tortoise it claims to be up to date)
and am using the macro plugin from the wiki (with wxstart i have no idea if it's relevant i hope not since when i'm done i'd like to swap back to normal)
anyway i tried to make this level check (with what the wiki said)
first i tried:
lvl >= 11 , which din't work so well i tried lvl > 12 (i tought well what ever it won't hurt to try)
than i tried to use the $.lvl >= 11
and about any variant i could think of for the nomal lvl >= 11
but... well i REALLY am lost here i suppose since it always gives a error on the line of my level check
my level check is being called by another thing (or me)
and looks l ike this
Code: Select all
macro lvlCheck {
lvl >= 11
call toTheRight
}else {
call doSomethingElse
}
to be honest i have no idea if the else part is right (din't get any errors about it so far)
and yes the macro names don't make much sense i'm just trying if i could use this before actually spending a day on making it all.
please help me and thanks in advance