Skip to main content

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

ParameterDescription
BaseObjectThe character whose emotion tendency will be checked
CompareTypeComparison operator for tendency evaluation (Equal, NotEqual, etc.)
S1EmotionTendency value to compare against (e.g., Positive, Negative)

Examples

DescriptionBaseObjectCommandCompareTypeS1
Check if Target has a positive emotion tendencyTargetEmotionTendencyEqualPositive
Check if Self is not in a negative emotion tendencySelfEmotionTendencyNotEqualNegative