Skip to main content

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

VariableTypeDescription
$evActivebool valueWhether the ability is being activated or deactivated.
@evPlayerplayer valueThe SCP-173 player instance.
$evIsAllowedbool valueWhether the event is allowed to run.