clockwerk-opensim-config

Subversion Repositories:
Compare Path: Rev
With Path: Rev
?path1? @ 8  →  ?path2? @ 9
/assets/ScriptsAssetSet/llSay.lsl
@@ -0,0 +1,7 @@
default
{
state_entry()
{
llSay(0,"This is an incredibly useless program." );
}
}