Description
Checks whether the target character belongs to the same ZoiGroup as the self character.
Parameters
| Parameter | Description |
|---|
| BaseObject | The reference character used to determine self and the opposite entity. |
| CompareType | Supported compare types: Equal, NotEqual. |
Examples
| Description | BaseObject | Command | CompareType |
|---|
| Check if the target belongs to the same ZoiGroup as self | Self | IsSameZoiGroup | Equal |
| Check if the target does NOT belong to the same ZoiGroup as self | Self | IsSameZoiGroup | NotEqual |
| Check if self belongs to the same ZoiGroup as target | Target | IsSameZoiGroup | Equal |
| Check if self does NOT belong to the same ZoiGroup as target | Target | IsSameZoiGroup | NotEqual |