ChangedStalkMode
Gets called when SCP-106 has changed its stalk mode.
Start a script section
!-- OnEvent ChangedStalkMode
-- require $evIsStalkActive @evPlayer
# Add your instructions here
- Group: Scp106Events
- Cancellable: No
- Event data:
Scp106ChangedStalkModeEventArgs
Injected variables
| Variable | Type | Description |
|---|---|---|
$evIsStalkActive | bool value | Whether the ability was activated or deactivated. |
@evPlayer | player value | The SCP-106 player instance. |