QuestSetTitle
- Parameters
-
whichQuest quest
The quest to modify.
title string
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 (suggest an edit or discuss on Github)
- return type
-
nothing
- Source code
-
native QuestSetTitle takes quest whichQuest, string title returns nothing