Jump to content

Teleport Script does not work


Pamela Galli
 Share

You are about to reply to a thread that has been inactive for 3528 days.

Please take a moment to consider if this thread is worth bumping.

Recommended Posts

I have a four-sim store, so I have used a script that would allow customers to teleport from any teleport board to any other designated location in the store.  I have recentaly rearranged the store so made a new teleport board.

And then I made a disturbing discovery. The script no longer works at all, in either my new board, or the present one. It just says I can't sit there, no room to sit. Here is the script:

 


default
{
touch_start(integer num)
{
llMapDestination("La Galleria II", <212,73,27>, ZERO_VECTOR);
}
}

 

Does anyone know why this stopped working, or if there is a script that would work between sims?

 

Link to comment
Share on other sites

Yeah, but this is not a sit teleporter.  She's using llMapDestination, so the TP is activated when the user clicks the map's Teleport button, not by sitting on anything.  In fact, llMapDestination has to be activated in a touch* event or in an object that is worn by the user.

Link to comment
Share on other sites

My bad! I didn't read it well enough. The claim that it would not work with R click had me confused. Shouldn't it work with R and L click then? I am also not sure that a map is the most customer friendly means of tp, even less than a sit teleporter without sit click action. But it will do it's job, of course.

Link to comment
Share on other sites

You are about to reply to a thread that has been inactive for 3528 days.

Please take a moment to consider if this thread is worth bumping.

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
 Share

×
×
  • Create New...