aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/assets/ScriptsAssetSet/llSay.lsl
diff options
context:
space:
mode:
Diffstat (limited to 'bin/assets/ScriptsAssetSet/llSay.lsl')
-rw-r--r--bin/assets/ScriptsAssetSet/llSay.lsl14
1 files changed, 7 insertions, 7 deletions
diff --git a/bin/assets/ScriptsAssetSet/llSay.lsl b/bin/assets/ScriptsAssetSet/llSay.lsl
index c64a355..dea6fc0 100644
--- a/bin/assets/ScriptsAssetSet/llSay.lsl
+++ b/bin/assets/ScriptsAssetSet/llSay.lsl
@@ -1,7 +1,7 @@
1default 1default
2{ 2{
3 state_entry() 3 state_entry()
4 { 4 {
5 llSay(0,"This is an incredibly useless program." ); 5 llSay(0,"This is an incredibly useless program." );
6 } 6 }
7} 7}