has_active_pet

Passes when the player's currently active pet is the specified pet.

Categories: player

Required arguments

Key(s)DescriptionType
petThe ID of the pet that must be the player's active pet.STRING

Example

conditions:
  - id: has_active_pet
    args:
      pet: <value>