Skip to main content

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

VariableTypeDescription
$evIsAllowedbool valueWhether the event is allowed to run.
@evPlayerplayer valueThe SCP-939 player instance.
$evLungeStateScp939LungeState enum valueGets or sets the current state of the SCP-939 lunge ability.