Doubt about if Conditions

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

Moderator: Moderators

Message
Author
said33
Noob
Noob
Posts: 6
Joined: 18 Jul 2010, 23:23
Noob?: No

Doubt about if Conditions

#1 Post by said33 »

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?

carlows
Noob
Noob
Posts: 1
Joined: 30 Aug 2012, 05:32
Noob?: Yes

Re: Doubt about if Conditions

#2 Post by carlows »

automacro rosa1 {
location not bra_dun01,bra_dun02
run-once 1
call gomap

}

Post Reply