Skip to main content

Condition_IsSameZoiGroup

Description

Checks whether the target character belongs to the same ZoiGroup as the self character.

Parameters

ParameterDescription
BaseObjectThe reference character used to determine self and the opposite entity.
CompareTypeSupported compare types: Equal, NotEqual.

Examples

DescriptionBaseObjectCommandCompareType
Check if the target belongs to the same ZoiGroup as selfSelfIsSameZoiGroupEqual
Check if the target does NOT belong to the same ZoiGroup as selfSelfIsSameZoiGroupNotEqual
Check if self belongs to the same ZoiGroup as targetTargetIsSameZoiGroupEqual
Check if self does NOT belong to the same ZoiGroup as targetTargetIsSameZoiGroupNotEqual