has_completed_task
Passes when the player has completed the specified task within the specified quest.
Categories: player
Required arguments
| Key(s) | Description | Type |
|---|---|---|
quest | The ID of the quest that contains the task. | STRING |
task | The ID of the task that must be completed. | STRING |
Example
conditions:
- id: has_completed_task
args:
quest: mining_master
task: chop_10_logs