LockingDoor
Gets called when SCP-079 is locking a door.
Start a script section
!-- OnEvent LockingDoor
-- require @evPlayer *evDoor $evIsAllowed
# Add your instructions here
- Group: Scp079Events
- Cancellable: Yes
- Event data:
Scp079LockingDoorEventArgs
Injected variables
| Variable | Type | Description |
|---|---|---|
@evPlayer | player value | The SCP-079 player instance. |
*evDoor | reference to Door object | The affected door instance. |
$evIsAllowed | bool value | Whether the event is allowed to run. |