has_active_job

Passes when the player has joined the specified job.

Categories: player

Required arguments

Key(s)DescriptionType
jobThe id of the job the player must have joined.STRING

Example

conditions:
  - id: has_active_job
    args:
      job: <value>