Description
Checks whether the specified character's gender matches the given gender type.
Parameters
| Parameter | Description |
|---|
| BaseObject | The character to validate (Self or Target). |
| CompareType | Supported compare types: Equal, NotEqual. |
| S1 | Gender type to compare against (Male, Female, Default, Invalid). |
Examples
| Description | BaseObject | Command | CompareType | S1 |
|---|
| Checks whether self is Male. | Self | Gender | Equal | Male |
| Checks whether self is not Male. | Self | Gender | NotEqual | Male |
| Checks whether target is Female. | Target | Gender | Equal | Female |
| Checks whether target is not Female. | Target | Gender | NotEqual | Female |