Description
Checks whether the BaseObject character belongs to any ZoiGroup.
Parameters
| Parameter | Description |
|---|
| BaseObject | The character to check for ZoiGroup membership. |
| CompareType | Supported compare types: Equal, NotEqual. |
Examples
| Description | BaseObject | Command | CompareType |
|---|
| Check if self belongs to any ZoiGroup | Self | HasZoiGroup | Equal |
| Check if self does NOT belong to any ZoiGroup | Self | HasZoiGroup | NotEqual |
| Check if target belongs to any ZoiGroup | Target | HasZoiGroup | Equal |
| Check if target does NOT belong to any ZoiGroup | Target | HasZoiGroup | NotEqual |