QUEST_OBJECTIVE_COMPLETED
[[QUEST_OBJECTIVE_COMPLETED]]
This action indicates that a mission objective has been completed. It is used in combination with [[QUEST_COMPLETE]]
to determine that the quest is completed. At the end of the quest, when specified with [[QUEST_COMPLETE]]
, the quest will be evaluated as completed only if the action [[QUEST_OBJECTIVE_COMPLETED]]
was activated first.
- Example:
{[[(A), ON_SEARCH_TREASURES]] Hidden in a drawer, you found the ancient tome you were looking for. Now you can leave the dungeon! [[QUEST_OBJECTIVE_COMPLETED]]}
[[QUEST_COMPLETE]]
, the quest will actually be considered complete only if the objective had been completed.