Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- string HGLINK = "hg.osgrid.org:80:Wright Plaza
- default
- {
- state_entry()
- {
- llSay(0, "Script running");
- }
- touch_start(integer _det) {
- osTeleportAgent(llDetectedKey(0),"hg.osgrid.org:80:BlueWall",<14,14,22>,<128,128,128>);
- }
- }
- // Add to the OpenSim.ini [XEngine] section ...
- // AllowOSFunctions = true
- // Allow_osTeleportAgent = true
Advertisement
Add Comment
Please, Sign In to add comment