Lunging
Gets called when SCP-939 is lunging.
Start a script section
!-- OnEvent Lunging
-- require $evIsAllowed @evPlayer $evLungeState
# Add your instructions here
- Group: Scp939Events
- Cancellable: Yes
- Event data:
Scp939LungingEventArgs
Injected variables
| Variable | Type | Description |
|---|---|---|
$evIsAllowed | bool value | Whether the event is allowed to run. |
@evPlayer | player value | The SCP-939 player instance. |
$evLungeState | Scp939LungeState enum value | Gets or sets the current state of the SCP-939 lunge ability. |