Skip to main content

Execute_ChangeAdmitDesireBoost

Description

Changes the admit desire boost buff on the character by applying the specified emotion tendency and boost level.

Parameters

ParameterDescription
BaseObjectThe character whose admit desire boost is changed
S1Emotion tendency ID (EB1EmotionTendency enum name, e.g., Positive, Negative)
F1Boost level to apply (integer; 0 removes the boost)

Examples

DescriptionBaseObjectCommandS1F1
Set Positive admit desire boost to level 2 on SelfSelfChangeAdmitDesireBoostPositive2
Set Negative admit desire boost to level 1 on TargetTargetChangeAdmitDesireBoostNegative1
Remove admit desire boost by setting level to 0 on SelfSelfChangeAdmitDesireBoostPositive0