PriedGate
Gets called when SCP-096 has pried a gate.
Start a script section
!-- OnEvent PriedGate
-- require @evPlayer *evGate
# Add your instructions here
- Group: Scp096Events
- Cancellable: No
- Event data:
Scp096PriedGateEventArgs
Injected variables
| Variable | Type | Description |
|---|---|---|
@evPlayer | player value | The SCP-096 player instance. |
*evGate | reference to Gate object | The affected pryable door instance. |