|
tony feneron Newbie
Joined: 27 Feb 2002 Posts: 8
|
Posted: Sat Nov 30, 2002 5:01 am
picklist problem |
This is what i would like to do-
#PICK {p:Which action? :} {o:1} {*The Blue inn:getready;#send blueroute.txt} {The Red Inn:getready;#send redroute.txt}
This first command in picklist is an alias followed by textfile route. But zmud wont have the semi-colon
Is there another way ? |
|
|
|
MattLofton GURU
Joined: 23 Dec 2000 Posts: 4834 Location: USA
|
Posted: Sat Nov 30, 2002 7:25 am |
quote:
This is what i would like to do-
#PICK {p:Which action? :} {o:1} {*The Blue inn:getready;#send blueroute.txt} {The Red Inn:getready;#send redroute.txt}
This first command in picklist is an alias followed by textfile route. But zmud wont have the semi-colon
Is there another way ?
You can do that with the #pick list? If you can, then I believe it's just a quirk/bug with the syntax-checker. You need to manually place the first line and all should be right by the checker. This same behavior affected my #YESNO commands, too.
li'l shmoe of Dragon's Gate MUD |
|
|
|
LightBulb MASTER
Joined: 28 Nov 2000 Posts: 4817 Location: USA
|
Posted: Sat Nov 30, 2002 5:02 pm |
There's no problem with the semi-colon(version 6.16). Check that your filenames are correct and that they are in the right directory.
Yes, there's another way to do this. Instead of using files, put your routes in paths.
LightBulb
Senior Member |
|
|
|
tony feneron Newbie
Joined: 27 Feb 2002 Posts: 8
|
Posted: Sat Nov 30, 2002 11:49 pm |
Thank you all- indeed it does work - it is the script parser that says its a syntax error.
It was late and i relied on zmud to be correct... |
|
|
|
|
|