Luntar Beginner
Joined: 13 Jun 2001 Posts: 12 Location: Poland
|
Posted: Wed Mar 03, 2004 2:18 pm
Dynamic menu |
I wonder if its posible to do
Lets assume I have an array of 20 elements, I want to make a menu with submenues where names of those submenues are taken from that array. Then I want to have another array (n dimentional where n is an integer) for example test(4,4) test(1,1)=emote1 test(1,2)=0
test(1,3)=0 test(1,4)=1
where 1 and 0 are check-variables 1=emote is posible 0=emote is not posible
If I have menu :
Do1
Do2
Etc.
Then if test(1,4)=1 I want that element to be shown as submenu in menu Do1
Is that posible in zmud ?
L. |
|