|
talis Newbie
Joined: 12 Jul 2002 Posts: 5 Location: USA
|
Posted: Fri Aug 29, 2003 9:55 pm
#pick from a #pick |
I'm using zmud 6.62.
is there an easy way to prompt a second pick list, from a choice in a #pick?
lets say i call #pick {@variable1) from an alias, is there a way to call a second #pick from the first? right now when i add #pick {@variable2} as an item in @variable1, it expands the second list within the middle of the first list. |
|
|
|
megamog75 Enchanter
Joined: 20 Nov 2002 Posts: 627 Location: USA
|
Posted: Sat Aug 30, 2003 12:22 am |
#CLASS {pick}
#ALIAS as {#pick {get food} {zx} {no where} {nothing}}
#ALIAS zx {#pick @actions}
#VAR Actions {p:Select an action|o:1|kill @mob|kick @mob|*stun @mob}
#VAR mob {me}
#CLASS 0
Try this: Unstead of puting a #pick in the middle put a #alias and have that store the pick, like the above example. |
|
|
|
|
|