BreakneckSpeedChanged
Gets called when the breakneck speed of SCP-173 has changed.
Start a script section
!-- OnEvent BreakneckSpeedChanged
-- require $evActive @evPlayer
# Add your instructions here
- Group: Scp173Events
- Cancellable: No
- Event data:
Scp173BreakneckSpeedChangedEventArgs
Injected variables
| Variable | Type | Description |
|---|---|---|
$evActive | bool value | Whether the SCP-173 player is currently in breakneck speed mode. |
@evPlayer | player value | The SCP-173 player instance. |