Skip to content

Pet

Pet object which allows you to get properties of your pet.

Forms

pet Pet

Provides access to your current Pet. The pet type extends from spawn, and as such has access to the properties of the spawn type as well.

Examples

/echo My Pet's Stance is currently set to: ${Pet.Stance}
/echo My Pet's Name: ${Pet.CleanName}%
/echo My Pet's Target has gone Berserk! ${Pet.Target.IsBerserk}