Skip to main content

Condition_CheckGhostInteractionReason

Description

Checks whether the specified character has a specific ghost interaction reason currently set. The reason to check is provided via S1.

Parameters

ParameterDescription
BaseObjectThe character to check (Self or Target).
CompareTypeSupported compare types: Equal, NotEqual.
S1The ghost interaction reason identifier to check.

Examples

DescriptionBaseObjectCommandCompareTypeS1
Check if Self has a specific ghost interaction reasonSelfCheckGhostInteractionReasonEqualReason_001
Check if Self does not have a ghost interaction reasonSelfCheckGhostInteractionReasonNotEqualReason_001
Check if Target has a specific ghost interaction reasonTargetCheckGhostInteractionReasonEqualReason_002