UnlockingDoor
Gets called when SCP-079 is unlocking a door.
Start a script section
!-- OnEvent UnlockingDoor
-- require @evPlayer *evDoor $evIsAllowed
# Add your instructions here
- Group: Scp079Events
- Cancellable: Yes
- Event data:
Scp079UnlockingDoorEventArgs
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. |