Skip to main content

KnobChanging

Gets called when SCP-914's knob is changing.

Start a script section

!-- OnEvent KnobChanging
-- require $evOldKnobSetting $evKnobSetting @evPlayer $evIsAllowed

# Add your instructions here
  • Group: Scp914Events
  • Cancellable: Yes
  • Event data: Scp914KnobChangingEventArgs

Injected variables

VariableTypeDescription
$evOldKnobSettingScp914KnobSetting enum valueGets the old knob setting used by SCP-914.
$evKnobSettingScp914KnobSetting enum valueThe current knob setting of SCP-914.
@evPlayerplayer valueThe player that is changing the knob.
$evIsAllowedbool valueWhether the event is allowed to run.