diff options
author | David Walter Seikel | 2015-12-31 22:21:55 +1000 |
---|---|---|
committer | David Walter Seikel | 2015-12-31 22:21:55 +1000 |
commit | 047153e83ae3a9430ed51f211940c4fd08a7094c (patch) | |
tree | 3d59c4b22e068b7a6c744fb35cb5a81776c4c8a5 /media/Test%20sim/test | |
parent | Fix menus, with an evil hack. (diff) | |
download | SledjHamr-047153e83ae3a9430ed51f211940c4fd08a7094c.zip SledjHamr-047153e83ae3a9430ed51f211940c4fd08a7094c.tar.gz SledjHamr-047153e83ae3a9430ed51f211940c4fd08a7094c.tar.bz2 SledjHamr-047153e83ae3a9430ed51f211940c4fd08a7094c.tar.xz |
Slip an llDialog() into the simple test LSL script, so we can test llDialag easier.
Diffstat (limited to '')
-rw-r--r-- | media/Test%20sim/test/test.lsl | 3 |
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. |