DestroyQuest
- Parameters
-
whichQuest quest
The quest to destroy.
- comment
-
Destroys a quest.
- bug
-
Destroys contained quest items, but does not destroy itself.
- bug
-
Destroying the last remaining enabled (see
QuestSetEnabled
) quest will not disable the quest menu and it will still display the last rendered quest description. - note
-
A destroyed quest will only stop showing after the quest menu is re-opened or when an update is forced (see
ForceQuestDialogUpdate
). When reselecting a destroyed quest in the quest menu, it will still show its last description and current defeat conditions, but the quest items will not render any longer. - patch
-
1.00
- Source
- common.j (suggest an edit or discuss on Github)
- return type
-
nothing
- Source code
-
native DestroyQuest takes quest whichQuest returns nothing