QuestSetCompleted
- Parameters
-
whichQuest quest
The quest to modify.
completed boolean
The new completed state.
- comment
Sets a quest completed or incompleted.
- note
Completed quests show an extra label "Completed" in the title of the quest in the quest menu. The "Completed" label trumps the "Failed" label (see
QuestSetFailed
), i.e., when a quest is both completed and failed, it only shows the "Completed" label, but, otherwise, the states are independent from each other.- note
Quests are incompleted on default.
- note
The completed state of a quest will only be re-rendered after the quest menu is re-opened or when an update is forced (see
ForceQuestDialogUpdate
).- patch
1.00
- Source
- common.j
- return type
nothing
- Source code
native QuestSetCompleted takes quest whichQuest, boolean completed returns nothing