Quote:
Originally Posted by YamiKaitou
You can use the NewMenu system and put the ID in as the info parameter of each item
|
this?
Code:
new menu1 = menu_create("menu name", "menu_handler");
menu_additem(menu1, "asd", "1", 0);
menu_additem(menu1, "asd", "2", 0);
menu_additem(menu1, "asd", "3", 0);
menu_additem(menu1, "asd", "4", 0);
menu_additem(menu1, "asd", "5", 0);
you can't use variables inside menu options can you? I need to display the value of the pot...