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
| Variable | Type | Description |
|---|---|---|
@evPlayer | player value | The SCP-079 player instance. |
*evRoom | reference to Room object | The affected room instance. |
$evIsAllowed | bool value | Whether the event is allowed to run. |