Condition_HasZoiGroupCapacity
Description
Checks whether the BaseObject character's ZoiGroup has room to add a new member. If the BaseObject does not belong to any ZoiGroup, the condition returns true for Equal (treated as having capacity).
Parameters
| Parameter | Description |
|---|
| BaseObject | The character whose ZoiGroup capacity will be checked. |
| CompareType | Supported compare types: Equal, NotEqual. |
Examples
| Description | BaseObject | Command | CompareType |
|---|
| Check if self's ZoiGroup has room for a new member | Self | HasZoiGroupCapacity | Equal |
| Check if self's ZoiGroup is full | Self | HasZoiGroupCapacity | NotEqual |
| Check if target's ZoiGroup has available capacity | Target | HasZoiGroupCapacity | Equal |
| Check if target's ZoiGroup has no available capacity | Target | HasZoiGroupCapacity | NotEqual |