×
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
    Revision as of 11:46, 27 January 2007 by imported>Cosmea
    (diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

    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.

    Recent changes

  • BruderSpektrum • 14 hours ago
  • BruderSpektrum • 18 hours ago
  • BruderSpektrum • 18 hours ago
  • BruderSpektrum • 18 hours ago
  • Cookies help us deliver our services. By using our services, you agree to our use of cookies.