has_pet_level

Passes when the player's level in the specified pet is at or above the given level.

Categories: player

Required arguments

Key(s)DescriptionType
petThe ID of the pet to check the level of.STRING
levelThe minimum pet level required.EXPRESSION

Example

conditions:
  - id: has_pet_level
    args:
      pet: <value>
      level: 5 + %level%