Skip to main content

Snapping

Gets called when SCP-173 is attempting to snap a target.

Start a script section

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

# Add your instructions here
  • Group: Scp173Events
  • Cancellable: No
  • Event data: Scp173SnappingEventArgs

Injected variables

VariableTypeDescription
@evPlayerplayer valueGets the SCP-173 player instance.
@evTargetplayer valueGets or sets the player to snap.
$evIsAllowedbool valueGets or sets whether the SCP-173 player can snap the target.