QuestItemSetDescription
- Parameters
whichQuestItem questitemThe quest item to modify.
description stringThe new description.
- comment
Sets the description of a quest item.
- note
Quest item descriptions are null or empty string on default.
- note
A null or empty string quest item description will still render as an empty bullet point.
- note
The quest item description will only be re-rendered after the quest is reselected, 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 QuestItemSetDescription takes questitem whichQuestItem, string description returns nothing