|
jurz Novice
Joined: 22 Feb 2002 Posts: 48 Location: Latvia
|
Posted: Wed Dec 12, 2007 9:16 am
[2.16] Local echo question |
Hi,
First of all I'd like to thank Zugg on the great job done about 2.16, it's MUCH MUCH more stable than 2.04 that I tried
last out of beta branch.
Upon installing 2.16 I noticed that command echo is somehow different.
Property under general scripting 'Echo commands' is checked.
if I run a command from command line I see command being sent to MUD.
if I run a command using #SEND {somecommand} I see it echoed to MUD as well.
Property under general scripting 'Echo commands' is checked.
Don't see commands being echoed to mud in any case
So far so good, although my settings used to be that
when I run regular command from command promt or script the command is being echoed to mud
when I use #SEND {somecommand} it's not being echoed to MUD
am I missing some property somewhere or something?
Thanks in advance, |
|
_________________ -Jurz |
|
|
|
Fang Xianfu GURU
Joined: 26 Jan 2004 Posts: 5155 Location: United Kingdom
|
Posted: Wed Dec 12, 2007 11:22 am |
The #send command has changed. Previously, it sent text to the MUD and bypassed all processing. The #send command now parses text, but doesn't check the text for aliases. That's the only difference now between #send and #exec. The old #send command is now #sendraw - this command doesn't echo and is sent literally to the MUD.
See the help for #send and #sendraw for more info. |
|
|
|
jurz Novice
Joined: 22 Feb 2002 Posts: 48 Location: Latvia
|
Posted: Wed Dec 12, 2007 12:59 pm |
Thanks
|
|
_________________ -Jurz |
|
|
|
|
|