Jump to content

Recommended Posts

Posted

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?

Posted

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.

Posted

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?

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...