Skip to main content

PryingGate

Gets called when SCP-096 is prying a gate.

Start a script section

!-- OnEvent PryingGate
-- require @evPlayer *evGate $evIsAllowed

# Add your instructions here
  • Group: Scp096Events
  • Cancellable: Yes
  • Event data: Scp096PryingGateEventArgs

Injected variables

VariableTypeDescription
@evPlayerplayer valueThe SCP-096 player instance.
*evGatereference to Gate objectThe affected pryable door instance.
$evIsAllowedbool valueWhether the event is allowed to run.