Skip to main content

BlackingOutZone

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

Start a script section

!-- OnEvent BlackingOutZone
-- require @evPlayer $evZone $evIsAllowed

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

Injected variables

VariableTypeDescription
@evPlayerplayer valueThe SCP-079 player instance.
$evZoneFacilityZone enum valueThe affected FacilityZone type.
$evIsAllowedbool valueWhether the event is allowed to run.