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
| Parameter | Description |
|---|---|
| BaseObject | The character to check (Self or Target). |
| CompareType | Supported compare types: Equal, NotEqual. |
| S1 | The ghost interaction reason identifier to check. |
Examples
| Description | BaseObject | Command | CompareType | S1 |
|---|---|---|---|---|
| Check if Self has a specific ghost interaction reason | Self | CheckGhostInteractionReason | Equal | Reason_001 |
| Check if Self does not have a ghost interaction reason | Self | CheckGhostInteractionReason | NotEqual | Reason_001 |
| Check if Target has a specific ghost interaction reason | Target | CheckGhostInteractionReason | Equal | Reason_002 |
Back to Command FinderSearch and filter all 491 Script Condition documents