Well, i'm making an macro for Iara but there is a little problem with if conditions:
automacro rosa {
if(location not bra_dun01 || bra_dun02)
run-once 1
call gomap
}
but he don't run. anyone know how to fix?
Doubt about if Conditions
Moderator: Moderators
-
- Noob
- Posts: 1
- Joined: 30 Aug 2012, 05:32
- Noob?: Yes
Re: Doubt about if Conditions
automacro rosa1 {
location not bra_dun01,bra_dun02
run-once 1
call gomap
}
location not bra_dun01,bra_dun02
run-once 1
call gomap
}