Skip to main content

CancelledRoomLockdown

Gets called when SCP-079 has cancelled a room lockdown.

Start a script section

!-- OnEvent CancelledRoomLockdown
-- require @evPlayer *evRoom

# Add your instructions here
  • Group: Scp079Events
  • Cancellable: No
  • Event data: Scp079CancelledRoomLockdownEventArgs

Injected variables

VariableTypeDescription
@evPlayerplayer valueThe SCP-079 player instance.
*evRoomreference to Room objectThe affected room instance.