Condition_GenderCompWithTarget
Description
Checks whether the gender of the Self character matches (or does not match) the gender of the Target character.
Parameters
| Parameter | Description |
|---|
| BaseObject | Not used; always compares Self and Target directly. |
| CompareType | Supported compare types: Equal, NotEqual. |
Examples
| Description | BaseObject | Command | CompareType |
|---|
| Checks if Self and Target have the same gender. | Self | GenderCompWithTarget | Equal |
| Checks if Self and Target have different genders. | Self | GenderCompWithTarget | NotEqual |