Condition_CanInteractWithGhost
Description
Checks whether the specified character has the capability to interact with ghost characters.
Parameters
| Parameter | Description |
|---|
| BaseObject | The character to check (Self or Target). |
| CompareType | Supported compare types: Equal, NotEqual. |
Examples
| Description | BaseObject | Command | CompareType |
|---|
| Check if Self can interact with ghosts | Self | CanInteractWithGhost | Equal |
| Check if Self cannot interact with ghosts | Self | CanInteractWithGhost | NotEqual |
| Check if Target can interact with ghosts | Target | CanInteractWithGhost | Equal |