DestroyQuest

Parameters
whichQuest quest

The quest to destroy.

comment

Destroys a quest.

bug

Ids of quests and contained quest items are not recycled.

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
return type
nothing
Source code
native DestroyQuest         takes quest whichQuest returns nothing