Don't click here unless you want to be banned.

LSL Wiki : LibraryEnhancedSLURL

HomePage :: PageIndex :: RecentChanges :: RecentlyCommented :: UserSettings :: You are crawl338.us.archive.org
This script will ouput a SLURL that you can click on and instantly teleport, without the map coming up first. It uses the new teleport app URL that was developed for the new search, it will only work with a viewer (1.18.5 and above)

Note: requires 3 hashes with 1.18.6 and above

default
{
    touch_start(integer total_number)
    { //Instant message whoever touches me a SLURL to click on
        llInstantMessage(llDetectedKey(0), "Click here: secondlife:///app/teleport/ParrotHead%20Cove/128/128/25/");
    }
}

Another app that can be used to bring up your profile is (this app works with 1.18.4 and above):
secondlife:///app/agent/<agent UUID>/about
Comments [Hide comments/form]
Is there a documentation of all the new SLURLs and such?

Reply by sending an email to Cory[DOT]bjornson[AT]yahoo[DOT]com
-- dblt-216-227-28-104.gtcom.net (2007-12-28 20:11:49)
Attach a comment to this page: