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
| Variable | Type | Description |
|---|---|---|
@evPlayer | player value | Gets the SCP-173 player instance. |
@evTarget | player value | Gets or sets the player to snap. |
$evIsAllowed | bool value | Gets or sets whether the SCP-173 player can snap the target. |