QuestItemSetDescription

Parameters
whichQuestItem questitem

The quest item to modify.

description string

The 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
return type
nothing
Source code
native QuestItemSetDescription  takes questitem whichQuestItem, string description returns nothing