has_job_level
Passes when the player's level in the specified job is at or above the given level.
Categories: player
Required arguments
| Key(s) | Description | Type |
|---|---|---|
job | The id of the job to check the player's level in. | STRING |
level | The minimum level required in the job. | EXPRESSION |
Example
conditions:
- id: has_job_level
args:
job: <value>
level: 1