BlueWall

TP Script

Jan 27th, 2012
519
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. string HGLINK = "hg.osgrid.org:80:Wright Plaza
  2.  
  3. default
  4. {
  5. state_entry()
  6. {
  7. llSay(0, "Script running");
  8. }
  9.  
  10. touch_start(integer _det) {
  11.  
  12. osTeleportAgent(llDetectedKey(0),"hg.osgrid.org:80:BlueWall",<14,14,22>,<128,128,128>);
  13.  
  14. }
  15. }
  16.  
  17. // Add to the OpenSim.ini [XEngine] section ...
  18. // AllowOSFunctions = true
  19. // Allow_osTeleportAgent = true
Advertisement
Add Comment
Please, Sign In to add comment