Skip to main content

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

VariableTypeDescription
$evActivebool valueWhether the SCP-173 player is currently in breakneck speed mode.
@evPlayerplayer valueThe SCP-173 player instance.