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
| Variable | Type | Description |
|---|---|---|
@evPlayer | player value | The SCP-079 player instance. |
$evZone | FacilityZone enum value | The affected FacilityZone type. |
$evIsAllowed | bool value | Whether the event is allowed to run. |