Execute_SetGhostInteractionAvailability
Description
Sets whether the specified character is available for interaction with ghost characters.
A non-zero value for F1 enables availability; zero disables it.
Parameters
| Parameter | Description |
|---|
| BaseObject | The character to apply the availability setting to (Self or Target). |
| F1 | Non-zero to enable ghost interaction availability; 0 to disable it. |
Examples
| Description | BaseObject | Command | F1 |
|---|
| Enable ghost interaction availability for Self | Self | SetGhostInteractionAvailability | 1 |
| Disable ghost interaction availability for Self | Self | SetGhostInteractionAvailability | 0 |
| Enable ghost interaction availability for Target | Target | SetGhostInteractionAvailability | 1 |