DefeatConditionSetDescription
- Parameters
-
whichCondition defeatcondition
The defeatcondition to be modified.
description string
The 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
- return type
nothing
- Source code
native DefeatConditionSetDescription takes defeatcondition whichCondition, string description returns nothing