Condition_EmotionTendency
Description
Checks a character's current emotion tendency.
Retrieves the character's current EmotionTendency from the EmotionComponent
and compares it against the tendency specified in S1 using the given CompareType.
EmotionTendency is a high-level emotional inclination derived from the current emotion state.
Parameters
| Parameter | Description |
|---|
| BaseObject | The character whose emotion tendency will be checked |
| CompareType | Comparison operator for tendency evaluation (Equal, NotEqual, etc.) |
| S1 | EmotionTendency value to compare against (e.g., Positive, Negative) |
Examples
| Description | BaseObject | Command | CompareType | S1 |
|---|
| Check if Target has a positive emotion tendency | Target | EmotionTendency | Equal | Positive |
| Check if Self is not in a negative emotion tendency | Self | EmotionTendency | NotEqual | Negative |