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
| Variable | Type | Description |
|---|---|---|
@evPlayer | player value | The SCP-079 player instance. |
*evRoom | reference to Room object | The affected room instance. |