|
DarKarvin Beginner
Joined: 26 Jul 2002 Posts: 12 Location: USA
|
Posted: Mon Aug 26, 2002 4:02 am
pick list into a variable |
After searching around I am not sure of the syntax, but how can you make a picklist that puts the pick into a variable and not send it to the mud?
such as picking between shrimp|worm|fly|anchovie ect. and putting the answer into @bait_type ?
Dar'Karvin Drakkar
Adventur's Unlimited
au.betterbox.net:5000 |
|
|
|
Kjata GURU
Joined: 10 Oct 2000 Posts: 4379 Location: USA
|
Posted: Mon Aug 26, 2002 4:06 am |
#VAR bait_type %pick("p:Pick one of the following:", "shrimp", "worm", "fly", "anchovie")
Kjata |
|
|
|
DarKarvin Beginner
Joined: 26 Jul 2002 Posts: 12 Location: USA
|
Posted: Mon Aug 26, 2002 2:19 pm |
Thanks! I hadn't looked at %pick, just #pick.
Dar'Karvin Drakkar
Adventur's Unlimited
au.betterbox.net:5000 |
|
|
|
|
|