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

LSL Wiki : LSLSandbox

HomePage :: PageIndex :: RecentChanges :: RecentlyCommented :: UserSettings :: You are ia360925.us.archive.org

LSL SandBox


-Please use this page to practice LSL. Do not abuse the page. Such as spamming, deleting other's work, Inappropriate behavior.

NOTE-To start a script double click the page to edit, then type in blank space %*%(lsl) your script %*% without the stars

EXAMPLE-
default
{
       state_entry()
        {
            llSay(0, "Hello Avatar!");
        }
       touch_start(integer num_detected)
        {
            llSay(0, "Touched.");
        }
}
There is no comment on this page. [Display comments/form]