UnlockedDoor
Gets called when SCP-079 has unlocked a door.
Start a script section
!-- OnEvent UnlockedDoor
-- require @evPlayer *evDoor
# Add your instructions here
- Group: Scp079Events
- Cancellable: No
- Event data:
Scp079UnlockedDoorEventArgs
Injected variables
| Variable | Type | Description |
|---|---|---|
@evPlayer | player value | The SCP-079 player instance. |
*evDoor | reference to Door object | The affected door instance. |