Skip to main content

Condition_HasZoiGroup

Description

Checks whether the BaseObject character belongs to any ZoiGroup.

Parameters

ParameterDescription
BaseObjectThe character to check for ZoiGroup membership.
CompareTypeSupported compare types: Equal, NotEqual.

Examples

DescriptionBaseObjectCommandCompareType
Check if self belongs to any ZoiGroupSelfHasZoiGroupEqual
Check if self does NOT belong to any ZoiGroupSelfHasZoiGroupNotEqual
Check if target belongs to any ZoiGroupTargetHasZoiGroupEqual
Check if target does NOT belong to any ZoiGroupTargetHasZoiGroupNotEqual