Linked Prim Teleporter - adrianomesl/script_shack_support GitHub Wiki
Linked Prim Teleporter is a script that gives teleportation capabilities to a prim that is part of a linkset.
The maximum distance that can be covered by this teleporter is 1000 meters
LinkedPrimTP is configured via a notecard called linked_prim_tp.ini.
Mode ( offset | position ) - Default: offset
Indicates how is the destination expressed:
- offset: The destination is expressed as a distance from the teleporter.
- position: The destination is expressed as an absolute position within the same region.
Offset - Default: <0.01, 0.01, 0.01>
Distance in meters from the teleporter position. At least one of the components of the distance MUST be greater than zero.
Position - Default: <0, 0, 0>
Absolute region coordinates where we want the avatar to be moved to.
SitTarget - Default: <0.0, 0.0, 0.01>
The avatar needs to sit on the teleporter in order to be moved to the intended location. The SitTarget variable establishes where the avatar is going to be positioned when sitting on the teleporter.
SitRotation - Default: <0, 0, 0>
Set the initial sit rotation in degrees. Most of the times the default value will be enough but, we can make the avatar look towards a specific direction by modifying this variable.
The best way to understand how this works is to experiment with different values.
Tip: Start by modifying only the third component which corresponds to the Z axis.
RestrictToGroup ( yes | no ) - Default: no
The teleportation object will have an assigned group most of the times. We can allow teleportation to avatars who are wearing a tag from that same group by setting this variable to yes.
We are here to help. Use the Contact page to learn how to get support.
If this page was not helpful enough or it's out of date; please let us know; we want to make it better!.