This website requires JavaScript.
Explore
Help
Sign In
OpenSim
/
OpenSimMirror
Watch
1
Star
0
Fork
You've already forked OpenSimMirror
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
923cc9f62f
OpenSimMirror
/
bin
/
assets
/
ScriptsAssetSet
/
llSay.lsl
8 lines
102 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Rewrote svn properties handling script in python. Added more file types.
2008-01-26 10:34:49 +00:00
default
{
state_entry()
{
llSay(0,"This is an incredibly useless program." );
}
}