Skip to main content

Condition_IsGrabbingTargetCharacter

Description

Checks whether the BaseObject character is currently holding the non-base (target) character. The condition verifies that the non-base character's parent entity is the BaseObject character.

Parameters

ParameterDescription
BaseObjectThe character that may be holding another character (Self or Target).
CompareTypeSupported compare types: Equal, NotEqual.

Examples

DescriptionBaseObjectCommandCompareType
Check if Self is holding the target characterSelfIsGrabbingTargetCharacterEqual
Check if Self is not holding the target characterSelfIsGrabbingTargetCharacterNotEqual
Check if Target is holding the other characterTargetIsGrabbingTargetCharacterEqual