QuestSetTitle

Parameters
whichQuestquest

The quest to modify.

titlestring

The new title.

comment

Sets the title of a quest displayed in the list in the quest menu and above the description box when the quest is selected.

note

The title 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 (raise an issue to discuss on Github or submit a PR)
return type
nothing
Source code
native QuestSetTitle        takes quest whichQuest, string title returns nothing