View Single Post
01-16-05, 12:01 AM   #3
Schrade
A Defias Bandit
Join Date: Jan 2005
Posts: 2
Yay Cide! Thanks so much.

Here's what I want:

I want a script for my healer friends that use CastParty.

Basically, I want them to be able to hit a script and that script will automatically figure out my pet and cast a heal on the pet.

So here's what I had in mind:

/script (Put whatever needs to go here to target my pet)
/script CastParty_DoTheRightThing();
/script TargetLastEnemy();

I know you can just do /target PetName but I want it to be able to target my pet no matter what name it has. So like some lua function to Target Schrade's pet only.
  Reply With Quote