Pet presence check ?
Posted: Fri May 07, 2004 2:16 pm
DoCommand - Couldn't parse '&& if (!0) || if (!NULL = 0 ) /call "Aeldorb's Animation"'
I'm trying to do a check to see if i have a pet, if i dont have a pet (charmed OR summoned) then cast the stupid animation... I've tried multiple versions of this, including if (${petid} = 0).. it can't parse if (0 = 0), in a way where if i DO have a pet. it will just skip the line. which makes sense to me... Help?
I'm trying to do a check to see if i have a pet, if i dont have a pet (charmed OR summoned) then cast the stupid animation... I've tried multiple versions of this, including if (${petid} = 0).. it can't parse if (0 = 0), in a way where if i DO have a pet. it will just skip the line. which makes sense to me... Help?
Code: Select all
Sub petstuff
/if (!${Me.Pet.ID}) && if (!${Int[${MyPet}]}) /call cast "Aeldorb's Animation"
/return