Welcome to the Second Life Forums Archive

These forums are CLOSED. Please visit the new forums HERE

Teleport script

Jinsar Eponym
Registered User
Join date: 13 Feb 2006
Posts: 127
04-14-2006 11:15
I'm looking for a simple teleport script. I essentially just want it to be able to "send individual" to x,y,z coordinates. Unfortunately "teleport script" gives nothing in search, and "teleport" just processes forever. The only complication I might want to it is to lock its use down to a a list of individuals if possible.
Thanks in advance!
Adriana Caligari
Registered User
Join date: 21 Apr 2005
Posts: 458
04-14-2006 13:25
Look in the wiki under :

llSitTarget for a short 300m or less teleporter ( i believe there is an example )

or

llMapDestination for a real teleport
Leonard Churchill
Just a Horse
Join date: 19 Oct 2005
Posts: 59
04-14-2006 13:26
You tried to search, kudos to you.

Here's one, maybe a little more than you need:
http://secondlife.com/badgeo/wakka.php?wakka=LibraryPortRingCreator

If you go to Yadni's, there's one over there... Cubey's I think.

If you have $L100 and want exactly what you've described, there are a number available ingame with notecard configs.
Argent Stonecutter
Emergency Mustelid
Join date: 20 Sep 2005
Posts: 20,263
04-14-2006 16:01
From: Jinsar Eponym
I'm looking for a simple teleport script. I essentially just want it to be able to "send individual" to x,y,z coordinates.
How far away are they?

There's three main kinds of "teleporters" that you sit on and teleport to a location.

There's non-physical moving-prim teleporters, like Cubey's, that move the prim you're sitting on to the destination using llSetPos(). They're limited to 50 meters a second, but there's no range limits and they're not blocked by objects in the way.

There's physical moving prim teleporters. They can move you hundreds or even thousands of meters a second, but they can be hard to control and can't move through walls.

There's "sit teleports" that define the sit point at a long distance and work more or less instantaneously. They're limited to 300 meters in each coordinate and 512 meters absolutely. I have one of them with access controls (you can lock it to a list of users) that rotates before moving (so you don't have to worry about the 300 meter limit). You can buy it for L$10, with full perms and source code and notecard configuration, at my store in LostFurest dAlliez. It's 500 meters above the crater on the south side of the sim (can't miss it, it's easily visible on the world map), and you can test it by using it to get up there. :)