teleporting with realXtend

Posted by on February 22, 2009 under howto |

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!

teleport_lucy

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:

  1. Right click object, select edit
  2. go to content tab and edit object’s script (create a new script, if needed)
  3. copy the code:

teleport_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:

teleport_popupHere 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);

Add A Comment