Thread: DropDown Menus
View Single Post
06-08-14, 06:57 PM   #6
TULOA
A Wyrmkin Dreamwalker
 
TULOA's Avatar
AddOn Author - Click to view addons
Join Date: Jul 2009
Posts: 50
So my new question becomes...:

How can I make that function infinitely nesting?

Heres the sample table I used in the function above:
Code:
testMenuList = {Greetings = {"Greetings", true, {"hi", "hello", "good day"}}, Farewells = {"Farewells", true, {"bye", "goodbye", "later"}}}