-->

FoxSan's 3D Tools and LSL Script Repository

Tons of LSL scripts, examples and 3D tools, free for all. There are currently 207 scripts and articles in this database.

A minimal script

// Bromley College
// Linden Script Exhibition
 
// Code for poster 7;
 
default
{
     touch_start(integer total_number)
    {
        llSay(0, "It still runs");
    }
}
 
// End of code;
 
// If you choose "Keep" a copy of this card will be added to your Notecards folder.
 
// For more information please contact Clive Pro in world.

Leave a Reply