How to identify swarm pets?

msboy1

Well-Known Member
Anyone know a decent way to identify swarm pets, or pets that are not your main pet? Actually, the problem is how to identify your permanent pet if swarm pets are up.

I guess I could just use ${Actor[].Pet.ID} and get a new one every time I get a new pet. I was just curious if there is a better way to do it.

Thanks for your time.
 

Amadeus

The Maestro
Staff member
This should return your "true" pet regardless of swarm pets -- at least as far as I understand it:

${Me.ToActor.Pet}

Or, you could probably get it this way as well:

${Actor[MyPet]}
 
Top Bottom