DefeatConditionSetDescription
- Parameters
whichCondition defeatconditionThe defeatcondition to be modified.
description stringThe new description.
- comment
Sets the description of a defeat condition.
- note
The description is shown above the description of every enabled quest in the quest menu in the same text field as quest items (see
QuestCreateItem).- note
The defeat condition 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 DefeatConditionSetDescription takes defeatcondition whichCondition, string description returns nothing