×
Create a new article
Write your page title here:
We currently have 3,189 articles on s23. Type your article name above or create one of the articles listed here!



    s23
    3,189Articles
    (Redirected from SecondLife/Scripte)

    see also Second Life

    Man kann sehr einfach Scripte schreiben und mit dem Rest des Internets in verbindung tretten.

    Beispiele[edit]

    Mail mit Username senden + Url in Browser öffnen[edit]

    default
    {
        state_entry()
        {
            llEmail("fnord@s23.org", "Second-Life - User near HelloWorldObject", "fnord");
            llSay(0, "Welcome stranger,\nyou have reached...");
            llSetText("Welcome stranger", <255,255,255>, 1.0);
        }
    
        touch_start(integer total_number)
        {
            llEmail("fnord@s23.org", "Second-Life - HelloWorldObject touched", "User-Name: "+llKey2Name(llDetectedKey(0))+"\n");
            llLoadURL(llDetectedKey(0), "You will be redirected to www.s23.org", "http://www.s23.org/wiki/SecondLive");
        }
    }
    


    Scripting - Wiki[edit]

    <rss>http://wiki.slinfo.de/xml/recentchanges_deutschessecondlifelsl.xml</rss>

    Cookies help us deliver our services. By using our services, you agree to our use of cookies.
    Cookies help us deliver our services. By using our services, you agree to our use of cookies.