BreakneckSpeedChanging
Gets called when the breakneck speed of SCP-173 is changing.
Start a script section
!-- OnEvent BreakneckSpeedChanging
-- require $evActive @evPlayer $evIsAllowed
# Add your instructions here
- Group: Scp173Events
- Cancellable: Yes
- Event data:
Scp173BreakneckSpeedChangingEventArgs
Injected variables
| Variable | Type | Description |
|---|---|---|
$evActive | bool value | Whether the ability is being activated or deactivated. |
@evPlayer | player value | The SCP-173 player instance. |
$evIsAllowed | bool value | Whether the event is allowed to run. |