Is there an easy way to target a player's pet?
If you're not grouped with the player?
Wendel
Moderator: MacroQuest Developers
Code: Select all
/target pc "petownername"
/delay 3
/target id $target(pet)
/delay 3
Code: Select all
/target id $spawn("petownerid",pet)