 |
Edwub Wanderer
Joined: 21 Nov 2002 Posts: 85 Location: USA
|
Posted: Fri Dec 13, 2002 2:54 am
problems importing menu options |
I had the speedwalks folder exported:
#CLASS {SpeedwalksMenu} {menu}
#MENU {"Moonglow Walks"} {} "" {MoonglowWalks}
#MENU {"New Atalia Walks"} {} "" {AtaliaWalks}
#MENU {"Midgaard Walks"} {} "" {MidgaardWalks}
#MENU {"Riva Walks"} {} "" {RivaWalks}
#MENU {"Ofcol Walks"} {} "" {OfcolWalks}
#MENU {"Kerofk Walks"} {} "" {KerofkWalks}
#MENU {"Al'kandriix Walks"} {} "" {Alkwalks}
#MENU {"Iaitanto Walks"} {} "" {IanWalks}
#MENU {"Fanhir Walk"} {} "" {FanhirWalks}
#MENU {"Inken"} {} "" {Inkenwalks}
#MENU {"Mitra Walks"} {} "" {MitraWalks}
#CLASS 0
#CLASS {SpeedwalksMenu|Ianwalks} {menu}
#MENU {"Moonglow"} {.e2sw4s13ene3n2wn} ""
#MENU {"Riva"} {.e2sw4s3ene6n2en4w2s8w2n} ""
#MENU {"Midgaard"} {.e3sn2we4s3ene6n2e3n5en6en16e2n2w3n} ""
#MENU {"Do'khania Harbour"} {.essw4s3ene3nees} ""
#CLASS 0
Thats the main part i think, then theres a "paragraph" or so of trigs for each of the city names in the first part. Example is the Ianwalks one.
I can't copy paste install them back into zmud to have the right click menu option available like i used to.
I didn't make these menus originally, I copy pasted them from someones website--and i do remember the format was different then when i exported these all into text.
Any help or advice on menus is much apprecitated.
Thanks =)
Edwub the Mage |
|
|
|
 |
LightBulb MASTER
Joined: 28 Nov 2000 Posts: 4817 Location: USA
|
Posted: Fri Dec 13, 2002 5:22 am |
After looking up the #MENU command and reading its helpfile, this is what I came up with.
#MENU "Speed Walks" {} "" "SpeedwalksMenu"
Cut-and-paste that into #CLASS 0. I used cut-and-paste with the rest of your scripts to check it, it works.
LightBulb
Senior Member |
|
|
|
 |
LightBulb MASTER
Joined: 28 Nov 2000 Posts: 4817 Location: USA
|
Posted: Fri Dec 13, 2002 6:08 pm |
Using the index, I found the "Speed Menu" helpfile. From reading that, it appears you could also include the entire set of menus from the SpeedwalksMenu class if you prefer, by simply deleting the "menu" option from the #CLASS command. If you've already made the class, you can just use the settings editor to uncheck the "Submenu" option. You wouldn't need the #MENU command from my last post this way, but your initial right-click menu will be a lot longer.
LightBulb
Senior Member |
|
|
|
 |
|
|
|