TeleportingPlayer
Gets called when SCP-106 is teleporting a player.
Start a script section
!-- OnEvent TeleportingPlayer
-- require @evPlayer @evTarget $evIsAllowed
# Add your instructions here
- Group: Scp106Events
- Cancellable: Yes
- Event data:
Scp106TeleportingPlayerEvent
Injected variables
| Variable | Type | Description |
|---|---|---|
@evPlayer | player value | Gets the SCP-106 player instance. |
@evTarget | player value | Gets the player that is being teleported. |
$evIsAllowed | bool value | Whether the event is allowed to run. |