Skip to main content

BlackingOutRoom

Gets called when SCP-079 is blacking out a room.

Start a script section

!-- OnEvent BlackingOutRoom
-- require @evPlayer *evRoom $evIsAllowed

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

Injected variables

VariableTypeDescription
@evPlayerplayer valueThe SCP-079 player instance.
*evRoomreference to Room objectThe affected room instance.
$evIsAllowedbool valueWhether the event is allowed to run.