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 - descriptionis null or an empty string, the quest is enabled (see- QuestSetEnabled), and discovered (see- QuestSetDiscovered), 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 (suggest an edit or discuss on Github)
- return type
- nothing
- Source code
- native QuestSetDescription takes quest whichQuest, string description returns nothing