PryingGate
Gets called when SCP-096 is prying a gate.
Start a script section
!-- OnEvent PryingGate
-- require @evPlayer *evGate $evIsAllowed
# Add your instructions here
- Group: Scp096Events
- Cancellable: Yes
- Event data:
Scp096PryingGateEventArgs
Injected variables
| Variable | Type | Description |
|---|---|---|
@evPlayer | player value | The SCP-096 player instance. |
*evGate | reference to Gate object | The affected pryable door instance. |
$evIsAllowed | bool value | Whether the event is allowed to run. |