Condition_IsGhostCharacter
Description
This condition function determines whether the specified BaseObject (character)
is currently a ghost character.
Parameters
| Parameter | Description |
|---|
| BaseObject | The character to check (Self or Target). |
| CompareType | Supported compare types: Equal, NotEqual. |
Examples
| Description | BaseObject | Command | CompareType |
|---|
| Check if my Zoi is a ghost character | Self | IsGhostCharacter | Equal |
| Check if my Zoi is not a ghost character | Self | IsGhostCharacter | NotEqual |
| Check if the target is a ghost character | Target | IsGhostCharacter | Equal |