Skip to main content

Condition_GenderCompWithTarget

Description

Checks whether the gender of the Self character matches (or does not match) the gender of the Target character.

Parameters

ParameterDescription
BaseObjectNot used; always compares Self and Target directly.
CompareTypeSupported compare types: Equal, NotEqual.

Examples

DescriptionBaseObjectCommandCompareType
Checks if Self and Target have the same gender.SelfGenderCompWithTargetEqual
Checks if Self and Target have different genders.SelfGenderCompWithTargetNotEqual