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) | Description | Type |
|---|---|---|
pet | The ID of the pet to check the level of. | STRING |
level | The minimum pet level required. | EXPRESSION |
Example
conditions:
- id: has_pet_level
args:
pet: <value>
level: 5 + %level%