teleporting with realXtend
realXtend viewer is able to teleport between Second Life, Opensim and realXtend. Simplest way to teleport is to use view->address bar menu item to show your address bar. Type and go, just like in a web browser!
World owners can also make link objects. In the picture above, there is a realXtend teleport object on the left. However, teleports can be scripted to any object. Here’s how:
- Right click object, select edit
- go to content tab and edit object’s script (create a new script, if needed)
- copy the code:
Save the script, close the edit window and the link object is ready. Click the object, and a popup will appear asking for the username & password. Lucy is going to teleport to Second Life, and change user account to Yani Pinion on the way in the picture below:
Here are two llMapDestination examples you can use. rex-url is used when you want to teleport anywhere else than to Second Life, and sl-ulr is used when you want to teleport to Sec0nd Life. The same works from Second Life, just use rex-url in llMapDestination to exit Second Life and teleport to realXtend or Opensim. This works only with rexViewer, naturally.
llMapDestination("rex://world.adminotech.com", <100, 100, 0>, ZERO_VECTOR); llMapDestination("sl://cisco", <76, 173, 142>, ZERO_VECTOR);


