QuestSetFailed

Parameters
whichQuest quest

The quest to modify.

failed boolean

The new failed state.

comment

Sets a quest failed or unfailed.

note

Quests are unfailed on default.

note

The failed 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 (suggest an edit or discuss on Github)
return type
nothing
Source code
native QuestSetFailed       takes quest whichQuest, boolean failed     returns nothing