Skip to main content

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

ParameterDescription
BaseObjectThe character whose ZoiGroup capacity will be checked.
CompareTypeSupported compare types: Equal, NotEqual.

Examples

DescriptionBaseObjectCommandCompareType
Check if self's ZoiGroup has room for a new memberSelfHasZoiGroupCapacityEqual
Check if self's ZoiGroup is fullSelfHasZoiGroupCapacityNotEqual
Check if target's ZoiGroup has available capacityTargetHasZoiGroupCapacityEqual
Check if target's ZoiGroup has no available capacityTargetHasZoiGroupCapacityNotEqual