|
Exedor Lament
Hawt Topic Owner
Join date: 29 Jan 2004
Posts: 16
|
03-24-2007 13:05
I want to make an item, that I just throw on the ground anywhere, and when someone uses the "Teleport" option in the menu, it will take them to an exact location in a particular area.
For instance, thus far, I have it where it goes to 1x-2y-3z, and it will take you to where it's supposed to go, IF, it is in the same parcel. However, if it's in another parcel, it'll take you to 1x-2y-3z in that parcel, because it simply target's the coordinates, relative to the parcel it's in when it is used. However, I need it to target a particular coordinates, in a particular parcel, from anywhere.
A copy-pasted script would help a lot. I don't really know coding, just copying and pasting from other codes.
_____________________
Hawt Topic - Franchise Owner http://rpcore.com/hawttopic/
|
|
Kenn Nilsson
AeonVox
Join date: 24 May 2005
Posts: 897
|
03-24-2007 13:47
Well...
1--I think you mean 'region', not 'parcel' (region being a while sim area, parcel being a cut out piece of a sim area).
2--Multi-sim teleportation IS technically possible...but not fun to set up...and you run into all sorts of problems.
Essentially...you'd need to be able to map exact routes from each region to the region you're desiring...and then pick up that route when your user decides to use the teleport. THEN...using local coordinates and a little cheating (by using numbers greater than 256 or less than 0, depending on which direction you're headed)...you'll cross a region boundary. THEN...you need to pause for a second...let your teleporter be recognized by the new sim...and load a new set of destination coordinates...
I've created Teleporters that cross from one region to another...but never crossed between more than two sims...it'd be an extreme headache...
...unless someone else out there knows better than me (which is possible).
_____________________
--AeonVox--Computer games don't affect kids; I mean if Pac-Man affected us as kids, we'd all be running around in darkened rooms chasing ghosts, eating magic pills, and listening to repetitive, addictive, electronic music.
|
|
Exedor Lament
Hawt Topic Owner
Join date: 29 Jan 2004
Posts: 16
|
03-24-2007 15:46
I'll just try a box that gives you a landmark, I suppose. :/
_____________________
Hawt Topic - Franchise Owner http://rpcore.com/hawttopic/
|
|
Treat Rothschild
Registered User
Join date: 27 Apr 2006
Posts: 20
|
03-28-2007 07:37
How about using llMapDestination?
|