Default Example

Written by Kitsune
// Bromley College
// Linden Script Exhibition
 
// Code for poster 4;
 
// Comments, which can span multiple lines, begin with two forward slashes and end with a semicolon;
 
default
{
    state_entry()
    {
        llSay(0, "Compile Successful!");
    }
 
    touch_start(integer total_number)
    {
        llSay(0, "Sign Touched.");
    }
}
 
// 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.