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

LSL Wiki : LibraryTrueTele

HomePage :: PageIndex :: RecentChanges :: RecentlyCommented :: UserSettings :: You are crawl338.us.archive.org
Examples ScriptLibrary AnorcaCalamari

This is not cap sensitive. If you put in an invalid simname for tele the map will still open up itll just show NONE FOUND in the search results box.
If you set your home to the wrong place it'll just open up the search box with NONE FOUND till you change your home.


Command Use Example
-sethomehere sets your home sim and vector to this position. -sethomehere
-sethome SIMNAME sets your home sim to SIMNAME -sethome pullman
-sethomevec VECTOR sets the vector you appear at when you say home(default <128,128,100>) -sethomevec <100,61,42>
-home Opens up the map targeted on your home -home
-tele SIMNAME Opens the map targeted on simulator SIMNAME -tele pullman

Created by AnorcaCalamari
//Created by Anorca Calamari
//Please do not sell this script except as part of a larger creation. You may give it away for free.
//You may modify this script.
string home="NO_HOME";
string homevec="<128,128,100>";
default
{
    state_entry()
    {
        llListen(0,"",llGetOwner(),"");
    }
    
    listen(integer channel,string name,key id,string message)
    {
        string command=llToLower(message);
        if(llSubStringIndex(command,"-tele ") == 0)
        {
            llMapDestination(llDeleteSubString(message,0,5),<128,128,60>,<128,128,160>);
        }
        if(command == "-home")
        {
            if(home == "NO_HOME")
            {
                llOwnerSay("You have not set a home yet.");
            }
            if(home != "NO_HOME")
            {
                llMapDestination(home,(vector)homevec,(vector)homevec);
            }
        }
        if(llSubStringIndex(command,"-sethome ") == 0)
        {
            home=llDeleteSubString(message,0,8);
            llOwnerSay("Home sim set to:" + home);
        }      
        if(llSubStringIndex(command,"-sethomevec ") == 0)
        {
            homevec=llDeleteSubString(message,0,11);
            llOwnerSay("Home vector set to:" + homevec);
        }
        if(command == "-sethomehere")
        {
            home=llGetRegionName();
            homevec=(string)llGetPos();
            llOwnerSay("Home set to here");
        }
    }
}

Jasa SEO Jasa SEO Murah Sepatu Online Toko Sepatu Online Sepatu Sepatu Murah Sepatu Safety Sepatu Futsal Cheapes Hostgator Coupon Link Booking Televisori offerte Notebook Offerte Berita Terkini Internet Marketer Muda Internet Marketer Indonesia Portatile Apple RDAnet Lorks Karikatur Bisnis Modal Kecil Bisnis UKM Berita Terbaru Iklan Baris Jasa SEO Jasa SEO Murah SEO Indonesia Konsultan SEO SEO Belajar SEO Kursus SEO Kursus SEO Murah Jam Tangan Casio Jam Tangan Casio Jam Tangan Murah Jam Tangan Grosir Baju Terbaru Grosir Baju Baju Terbaru Grosir Baju Murah Bisnis Online Belajar SEO Kerupuk Kerupuk kulit Social Bookmark Dofollow Social Bookmark Kumpulan Puisi Kirim Puisi bola hantu Penumbuh Rambut Penumbuh Rambut timbangan WBC Wonogiri Jasa SEO Murah Jasa SEO Jam Tangan Murah
There is no comment on this page. [Display comments/form]