aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/assets/ScriptsAssetSet/llSay.lsl
blob: dea6fc02feebfb18c6f8a9531ed5708a76b8f03b (plain)
1
2
3
4
5
6
7
default
{
    state_entry()
    {
        llSay(0,"This is an incredibly useless program." );
    }
}