aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/media/Test%20sim/test/test.lsl
diff options
context:
space:
mode:
Diffstat (limited to 'media/Test%20sim/test/test.lsl')
-rw-r--r--media/Test%20sim/test/test.lsl3
1 files changed, 2 insertions, 1 deletions
diff --git a/media/Test%20sim/test/test.lsl b/media/Test%20sim/test/test.lsl
index 6e1d915..e3c63b6 100644
--- a/media/Test%20sim/test/test.lsl
+++ b/media/Test%20sim/test/test.lsl
@@ -8,7 +8,8 @@ default
8 // Some more arithmetic - 8 // Some more arithmetic -
9 llSay(0, 1+1); 9 llSay(0, 1+1);
10 llSay(0, 20.5 + 20 + 1.5); 10 llSay(0, 20.5 + 20 + 1.5);
11 llDialog(llGetOwner(), "This is an llDialog() window.", ["1", "2", "3", "4", "5", "6", "7", "8"], 0);
11 } 12 }
12} 13}
13 14
14// This is the end my friend. \ No newline at end of file 15// This is the end my friend.