/if statement

chewie2536

Nnnargh hgraoo rrhaa!
Joined
Aug 31, 2006
Messages
543
Reaction score
9
Points
18
have tried several options and answer just seems to be avoiding me

how would i make this work

/if (!$Me.___________) /call blah blah blah


i dont want it to call if melee class
 
/if (!${Me._____}) /call whateveryouwant
 
didnt work ...but i got it figured out thanks
 
/if (${Me.Class.ShortName.NotEqual[Mnk]}) /call blah blah blah
 
So i was right then? Or did you actually try to put ____ in? I just assumed you knew that, but had missed the {}
 
ummm no i was looking for what to put in _______________


i had it typed like you did in the macro but everything i tried in place of _____ didnt work ...till i tried the one i just listed.
 
sorry wasnt looking for the syntax was looking for the Me.blahblah