Infinite distance teleport script with fully working Teleporter Maker samples.
This is a full permission teleport script (using the well-known warpPos()). With slightly mod from the original function, your teleporter can now go everywhere and even if we were lucky that the lindens increase to double or triple the building limit in the future.
Trying to make it so that only requiring minimal change within all current warpPos() scripts. If you are writing TP scripts, you may just replace the entire warpPos() function and leave all of your other codes remain. The function could go anywhere in the sim (excluding underground, object entry banned etc.).
Script also includes a later posJump() function which does the same job. You may simply choose to use for your preference.
Even if you don't know programming at all, you can make your very own unlimited range TP in a minute!
There are 2 different samples attached. To see how it works, follow these steps on each script:
1 LOCATION > SINGLE CLICK SOLUTION
1) Make a prim (or use any object if you like)
2) Drop the script in its content
3) Open and edit the script:
> destination - where to
> rotation - (in degrees) where the avatar will be looking at after teleport
> text - optional floating text
> text_color - the text's color
> touch2sit - set left click for touch to sit and TP at once
> access_mode - public, owner only, or group member only
4) Save the script and done~
5) To use, sit (or left click if touch2sit is set) on the object and TP. Once it arrives, it will unsit the user and the object itself goes back to where it came from.
6) You can set your teleporter object Click to action as Sit on object for faster teleport
MULTI-LOCATION > MENU SELECT SOLUTION
1) Make a prim (or use any object if you like)
2) Drop the script in its content
3) Open and edit the script:
> text - optional floating text
> text_color - the text's color
> access_mode - public, owner only, or group member only
> menu_message - the message on the location selection menu
> location names, coordinates and rotation (in degrees) where the avatar will be looking at after teleport
4) Save the script and done~
5) To use, touch and select location from menu, once selected right click > teleport. Once it arrives, it will unsit the user and the object itself goes back to where it came from.
6) Set your teleport object Click to action as Touch
Note: this is a full permission script example and there is no support or update. Have fun :-)