diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/LSLGuiMess.lua | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/LSLGuiMess.lua b/lib/LSLGuiMess.lua index f9c0e04..25948c9 100644 --- a/lib/LSLGuiMess.lua +++ b/lib/LSLGuiMess.lua | |||
@@ -30,6 +30,9 @@ llSetTouchText(string text) | |||
30 | 30 | ||
31 | --[[ llDialog(key id, string message, list buttons, integer chat_channel) | 31 | --[[ llDialog(key id, string message, list buttons, integer chat_channel) |
32 | http://lslwiki.net/lslwiki/wakka.php?wakka=llDialog | 32 | http://lslwiki.net/lslwiki/wakka.php?wakka=llDialog |
33 | |||
34 | TODO - Like the files window, just reuse a single window, hiding and showing it when needed. | ||
35 | The switch button shows the buttons from the next one. | ||
33 | ]] | 36 | ]] |
34 | llDialog = function (id, message, buttons, channel) | 37 | llDialog = function (id, message, buttons, channel) |
35 | local w = 80 | 38 | local w = 80 |