QuestItemSetCompleted

Parameters
whichQuestItem questitem

The quest item to modify.

completed boolean

The new completed state. true for completed, false for incompleted.

comment

Sets the completed state of a quest item.

note

Quest items are incompleted on default.

note

The quest item completed state 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 QuestItemSetCompleted    takes questitem whichQuestItem, boolean completed returns nothing