Skip to main content

Activating

Gets called when SCP-914 is being activated.

Start a script section

!-- OnEvent Activating
-- require $evKnobSetting @evPlayer $evIsAllowed

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

Injected variables

VariableTypeDescription
$evKnobSettingScp914KnobSetting enum valueThe current knob setting of SCP-914.
@evPlayerplayer valueThe player that is activating SCP-914.
$evIsAllowedbool valueWhether the event is allowed to run.