|
Solaras Wanderer
Joined: 11 Mar 2002 Posts: 93
|
Posted: Sat Aug 30, 2003 7:55 am
Menus and Submenus |
I am trying to create a submenu inside of a submenu and am not sure how to do so or if it can be done at all.
What I am trying to create is a main menu item called "Prices"
then inside of that have two or more menus for each set of things I am wanting to keep track of.
Example: Iniside of Prices would be a Menu called Services, and inside of that the cost for various services I regularly use
and another menu called Potions with a list of prices for Potions I regularily purchase/sell
I can create the main menu and I can get one Submenu inside of that, but cant figure out how to put a second submenu in.
Could someone help? |
|
|
|
LightBulb MASTER
Joined: 28 Nov 2000 Posts: 4817 Location: USA
|
Posted: Sat Aug 30, 2003 2:18 pm |
#CLASS {Prices} {menu}
#CLASS {Prices|Services} {menu}
#CLASS {Prices|Potions} {menu}
#CLASS 0
#MENU {Prices} {} {} {Prices}
#MENU {Services} {} {Prices} {Services}
#MENU {Potions} {} {Prices} {Potions} |
|
|
|
|
|