Skip to main content

UnlockingDoor

Gets called when SCP-079 is unlocking a door.

Start a script section

!-- OnEvent UnlockingDoor
-- require @evPlayer *evDoor $evIsAllowed

# Add your instructions here
  • Group: Scp079Events
  • Cancellable: Yes
  • Event data: Scp079UnlockingDoorEventArgs

Injected variables

VariableTypeDescription
@evPlayerplayer valueThe SCP-079 player instance.
*evDoorreference to Door objectThe affected door instance.
$evIsAllowedbool valueWhether the event is allowed to run.