View Single Post
Old 07-21-2017, 10:05 AM   #22
Flaneurette
Human being with feelings
 
Join Date: Dec 2016
Posts: 373
Default

Lokasenna,

Is it possible to dump an (multidimensional) array/table inside a menu? would be cool. As I can see, it's only string right now.

Like:

Code:
GUI.New("my_mnu", "Menubox", 3, 256, 176, 64, 20, "Options:", MyArray)
Code:
MyArray = {
    {'FOO', 5},
    {'BAR', 2}
...etc 
}
Flaneurette is offline   Reply With Quote