Skip to main content

Condition_CanInteractWithGhost

Description

Checks whether the specified character has the capability to interact with ghost characters.

Parameters

ParameterDescription
BaseObjectThe character to check (Self or Target).
CompareTypeSupported compare types: Equal, NotEqual.

Examples

DescriptionBaseObjectCommandCompareType
Check if Self can interact with ghostsSelfCanInteractWithGhostEqual
Check if Self cannot interact with ghostsSelfCanInteractWithGhostNotEqual
Check if Target can interact with ghostsTargetCanInteractWithGhostEqual