index
:
opensim-SC_OLD
master
My fork of OpenSim for IG and MG, called SledjChisl.
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
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."
);
}
}