TeleportedPlayer
Gets called when SCP-106 has teleported a player.
Start a script section
!-- OnEvent TeleportedPlayer
-- require @evPlayer @evTarget
# Add your instructions here
- Group: Scp106Events
- Cancellable: No
- Event data:
Scp106TeleportedPlayerEvent
Injected variables
| Variable | Type | Description |
|---|---|---|
@evPlayer | player value | Gets the SCP-106 player instance. |
@evTarget | player value | Gets the player that was teleported. |