|
zi_pic Newbie
Joined: 04 Dec 2002 Posts: 5
|
Posted: Thu Feb 06, 2003 3:41 am
argh! |
just updated to the beta 6.53 and had to re-create my mud-file and now it won't work :(
#var test {e;n}
#exec @test
result:
e;n
if I write e;n on the command line it sends like should on different lines
e
n |
|
|
|
Ian Newbie
Joined: 06 Feb 2003 Posts: 7 Location: USA
|
Posted: Thu Feb 06, 2003 3:51 am |
quote:
just updated to the beta 6.53 and had to re-create my mud-file and now it won't work :(
#var test {e;n}
#exec @test
result:
e;n
if I write e;n on the command line it sends like should on different lines
e
n
Instead of using #exec, have you tried using #SENDP?
So,
#var test {e;n}
#sendp @test
I think that should work.
Wrong train of thought.
I tried a few things and then it hit me that #exec -should- do what you are trying to get it to do. Even with an alias invoking the variable won't do that, either. |
|
|
|
LightBulb MASTER
Joined: 28 Nov 2000 Posts: 4817 Location: USA
|
Posted: Thu Feb 06, 2003 4:00 am |
This has already been reported on the BETA forum and is being discussed there.
LightBulb
Advanced Member |
|
|
|
zi_pic Newbie
Joined: 04 Dec 2002 Posts: 5
|
Posted: Thu Feb 06, 2003 4:03 am |
#exec @test worked in 6.40 and #send&#sendprompt only send the same text e;n
for some reason it just won't split to lines anymore, I guess I have some setting somewhere wrong
#alias test {e;n} works as it should |
|
|
|
LightBulb MASTER
Joined: 28 Nov 2000 Posts: 4817 Location: USA
|
Posted: Thu Feb 06, 2003 4:21 pm |
Strange and unusual behavior is to be expected from beta programs. That's why there's a forum dedicated to discussing them.
What you've encountered might be a bug. Then again, Zugg might have considered the previous behavior to be a bug, so it might be a bugfix. In either case, this board is not the appropriate place to discuss it. The beta forum is. If you don't have access, APPLY. It should take you less than a minute.
LightBulb
Advanced Member |
|
|
|
|
|