QuestSetDescription
- Parameters
-
whichQuest quest
The quest to modify.
description string
The new description.
- comment
Sets the description of a quest displayed when a quest is selected in the quest menu.
- bug
If
description
is null or an empty string, the quest is enabled (seeQuestSetEnabled
), and discovered (seeQuestSetDiscovered
), rendering the description of the quest (when selected) in the quest menu will crash the game.- note
The description 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 QuestSetDescription takes quest whichQuest, string description returns nothing