has_completed_task

Passes when the player has completed the specified task within the specified quest.

Categories: player

Required arguments

Key(s)DescriptionType
questThe ID of the quest that contains the task.STRING
taskThe ID of the task that must be completed.STRING

Example

conditions:
  - id: has_completed_task
    args:
      quest: mining_master
      task: chop_10_logs