diff options
Diffstat (limited to 'bin/assets/ScriptsAssetSet/llSay.lsl')
-rw-r--r-- | bin/assets/ScriptsAssetSet/llSay.lsl | 14 |
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 @@ | |||
1 | default | 1 | default |
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 | } |