Skip to main content

StrangleAborting

Gets called when SCP-3114 is aborting their strangle on the player.

Start a script section

!-- OnEvent StrangleAborting
-- require @evPlayer @evTarget $evIsAllowed

# Add your instructions here
  • Group: Scp3114Events
  • Cancellable: Yes
  • Event data: Scp3114StrangleAbortingEventArgs

Injected variables

VariableTypeDescription
@evPlayerplayer valueThe SCP-3114 player.
@evTargetplayer valueThe strangle target.
$evIsAllowedbool valueWhether the event is allowed to run.