ChangingStalkMode
Gets called when SCP-106 changes its stalk mode.
Start a script section
!-- OnEvent ChangingStalkMode
-- require $evIsStalkActive @evPlayer $evIsAllowed
# Add your instructions here
- Group: Scp106Events
- Cancellable: Yes
- Event data:
Scp106ChangingStalkModeEventArgs
Injected variables
| Variable | Type | Description |
|---|---|---|
$evIsStalkActive | bool value | Whether the ability is being activated or deactivated. |
@evPlayer | player value | The SCP-106 player instance. |
$evIsAllowed | bool value | Whether the event is allowed to run. |