First is this: Is there a way to verify a characters class? I know that Me.Class returns the class, but I'm having problems in my macro... I want to do something like..
/if (${Me.Class}="shaman") /goto :shamanstuff
but obviously the if command needs a t/f response instead of a string...
Secondly, is there a way to check if a spell is available in your spellbook? like ${Me.Spellbook.Find[Tainted breath]} returns true if it's available?
thanks for the help in advance.


