I'm working on a new variation of my Arrow Spells mod and want to use a menu in one of the spells. The menu will have a total of 15 options spread across 2 pages. What option you choose will determine what arrows get added to your inventory. I can make a one page menu work in a spell script, but I don't know how to get a two page menu to work. I've looked through several mods that do this and a tutorial on the CS Wiki, but I'm more confused now than when I started. Any help would be greatly appreciated.
All menus are one-page menus, they simulate more than one page by having one choice in the menu result in the creation of a second menu. So in your first menu, just have a "next" choice (or something similar), and if that is selectied, create the second menu. In the second you can have a "back" choice that makes you open the first menu again.