From 047153e83ae3a9430ed51f211940c4fd08a7094c Mon Sep 17 00:00:00 2001 From: David Walter Seikel Date: Thu, 31 Dec 2015 22:21:55 +1000 Subject: Slip an llDialog() into the simple test LSL script, so we can test llDialag easier. --- media/Test%20sim/test/test.lsl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 // Some more arithmetic - llSay(0, 1+1); llSay(0, 20.5 + 20 + 1.5); + llDialog(llGetOwner(), "This is an llDialog() window.", ["1", "2", "3", "4", "5", "6", "7", "8"], 0); } } -// This is the end my friend. \ No newline at end of file +// This is the end my friend. -- cgit v1.1