Skip to main content

Condition_Gender

Description

Checks whether the specified character's gender matches the given gender type.

Parameters

ParameterDescription
BaseObjectThe character to validate (Self or Target).
CompareTypeSupported compare types: Equal, NotEqual.
S1Gender type to compare against (Male, Female, Default, Invalid).

Examples

DescriptionBaseObjectCommandCompareTypeS1
Checks whether self is Male.SelfGenderEqualMale
Checks whether self is not Male.SelfGenderNotEqualMale
Checks whether target is Female.TargetGenderEqualFemale
Checks whether target is not Female.TargetGenderNotEqualFemale