Execute_ChangeAdmitDesireBoost
Description
Changes the admit desire boost buff on the character by applying the specified emotion tendency and boost level.
Parameters
| Parameter | Description |
|---|
| BaseObject | The character whose admit desire boost is changed |
| S1 | Emotion tendency ID (EB1EmotionTendency enum name, e.g., Positive, Negative) |
| F1 | Boost level to apply (integer; 0 removes the boost) |
Examples
| Description | BaseObject | Command | S1 | F1 |
|---|
| Set Positive admit desire boost to level 2 on Self | Self | ChangeAdmitDesireBoost | Positive | 2 |
| Set Negative admit desire boost to level 1 on Target | Target | ChangeAdmitDesireBoost | Negative | 1 |
| Remove admit desire boost by setting level to 0 on Self | Self | ChangeAdmitDesireBoost | Positive | 0 |