amokrun1 Posted November 8 Share Posted November 8 When creating a message box with menu buttons, the maximum number of menu buttons you can use is 10. Does anyone know if there is a way to add more than 10? Link to comment Share on other sites More sharing options...
Radioactivelad Posted November 11 Share Posted November 11 Have a "[More]" button that brings up another copy of the message with different options. If you add a second variable in your script to track which copy of the message is active, you should be able to double-up functionality of one Menu Button script. If Button == 0 && ButtonMenu == 1 Elseif Button == 0 && Buttonmenu == 2 and so on. Link to comment Share on other sites More sharing options...
amokrun1 Posted November 11 Author Share Posted November 11 Ah I see. So the button variable relates to the option selected and the buttonmenu variable relates to the copy of the message. So what do I need to set buttonmenu to? I need to set button to getbuttonpressed, correct? Link to comment Share on other sites More sharing options...
Recommended Posts