Teleported
Gets called when SCP-173 has teleported.
Start a script section
!-- OnEvent Teleported
-- require @evPlayer *evPosition $evIsAllowed
# Add your instructions here
- Group: Scp173Events
- Cancellable: No
- Event data:
Scp173TeleportedEventArgs
Injected variables
| Variable | Type | Description |
|---|---|---|
@evPlayer | player value | Gets the SCP-173 player instance. |
*evPosition | reference to Vector3 object | Gets the target player position that the SCP-173 has teleported to. Note that this position is on the floor and the Player has been teleported 1/2 of its character height up to prevent clipping through floor. |
$evIsAllowed | bool value | Gets or sets whether the SCP-173 player can teleport. This even is fired even if the charge ability is not ready so you may override it on the server aswell. |