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
| Variable | Type | Description |
|---|---|---|
@evPlayer | player value | The SCP-3114 player. |
@evTarget | player value | The strangle target. |
$evIsAllowed | bool value | Whether the event is allowed to run. |