QuestSetDiscovered
- Parameters
-
whichQuest quest
The quest to modify.
discovered boolean
The new discovered state.
- comment
Sets a quest discovered or undiscovered.
- note
Undiscovered quests do not show their icon (see
QuestSetIconPath
) in the quest menu but rather a fallback question mark icon.- note
Undiscovered quests do not show their title (see
QuestSetTitle
) in the quest menu but rather a fallback "Undiscovered Quest" title.- note
Undiscovered quests do not show their description (see
QuestSetDescription
) in the quest menu but rather a fallback "Quest Not Yet Discovered" description.- note
Quests are discovered on default.
- note
The discovered 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 QuestSetDiscovered takes quest whichQuest, boolean discovered returns nothing