As far as i can tall the macro SHOULD work, but MQ gives me an error and im not sure why.
Code: Select all
Sub CheckPet
/if n $char(pet)!=@PetID
/call Recharm @PetID
/Call ChatOut 5 @MasterName "CHARM HAS BROKEN ON @PetName SNARE IT."
/return
MQ Gives me the following. "couldn't parse '(pet)!=734'" (734 being the id of the pet i set as the Var @PetID)
any help would be greatly appreciated

