Skip to main content

Condition_IsGhostCharacter

Description

This condition function determines whether the specified BaseObject (character) is currently a ghost character.

Parameters

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

Examples

DescriptionBaseObjectCommandCompareType
Check if my Zoi is a ghost characterSelfIsGhostCharacterEqual
Check if my Zoi is not a ghost characterSelfIsGhostCharacterNotEqual
Check if the target is a ghost characterTargetIsGhostCharacterEqual