aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/media/Test%20sim/test/test.lsl
diff options
context:
space:
mode:
authorDavid Walter Seikel2014-05-27 05:33:43 +1000
committerDavid Walter Seikel2014-05-27 05:33:43 +1000
commit0e87ee7a5e36799b0693cca3283e9464340b14b9 (patch)
tree53659ca7678587901ce159788b586c51e4bc92a1 /media/Test%20sim/test/test.lsl
parentPart one of changing the test sim to match the new specs. (diff)
downloadSledjHamr-0e87ee7a5e36799b0693cca3283e9464340b14b9.zip
SledjHamr-0e87ee7a5e36799b0693cca3283e9464340b14b9.tar.gz
SledjHamr-0e87ee7a5e36799b0693cca3283e9464340b14b9.tar.bz2
SledjHamr-0e87ee7a5e36799b0693cca3283e9464340b14b9.tar.xz
Last part of switching the sim over to the new specs.
Diffstat (limited to 'media/Test%20sim/test/test.lsl')
-rw-r--r--media/Test%20sim/test/test.lsl14
1 files changed, 14 insertions, 0 deletions
diff --git a/media/Test%20sim/test/test.lsl b/media/Test%20sim/test/test.lsl
new file mode 100644
index 0000000..6e1d915
--- /dev/null
+++ b/media/Test%20sim/test/test.lsl
@@ -0,0 +1,14 @@
1
2default
3{
4 state_entry()
5 {
6 llSay(0, /* */ 4 /* c */ + /* c0 */ 2 /* c1 */ * /* c2 */ 10 /* c3 */ + /* c4 */
7 3 /* c5 */ * /* c6 */ ( /* c7 */ 5 /* c8 */ + /* c9 */ 1 /* cA */ ) /* cB */) ; /* cE */
8 // Some more arithmetic -
9 llSay(0, 1+1);
10 llSay(0, 20.5 + 20 + 1.5);
11 }
12}
13
14// This is the end my friend. \ No newline at end of file