Changes

Jump to navigation Jump to search
7 bytes added ,  14:22, 25 July 2020
m
<syntaxhighlight lang="lsl" line>
 
 
//Start User Variables
//Menu Lists, Dynamic Buttons, Reserved Buttons and a temp list used to display the menu
GenTempMenuList(inputList); //gen list and pass the menu to process from
}
string pageMessage = menuMessage + " " + (string)(currentPageNumber+1) + " of " + (string) numOfPages;
llDialog(user, pageMessage, tempMenuButtons, mainMenuChannel); //display the current page in the dialog
//llOwnerSay("Debug: Current Page Buttons: \n" + llList2CSV(tempMenuButtons));

Navigation menu