Advertisement
BlueWall

HG osTeleportAgent

Mar 10th, 2012
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. default
  2. {
  3. state_entry()
  4. {
  5. llSay(0, "Script running");
  6. llSetText("Teleport\nLbsa Plaza",<.7,.7,1.0>,1.0);
  7. }
  8.  
  9. touch_start(integer _det) {
  10. osTeleportAgent(llDetectedKey(0),"http://hg.osgrid.org:80/ Lbsa Plaza", <40,138,68>, <195,60,25>);
  11. }
  12. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement