|
midniterider Beginner
Joined: 01 Aug 2010 Posts: 21
|
Posted: Thu Aug 19, 2010 3:13 pm
How to stop parsing bundling text together? |
Ok so in the mud I play, For instance I will type: " w..feed wyvern with herb"
This will take me west twice then usually attempt to feed the wyvern with a herb,
However when parsing is on, it abbreviates the command to "w..feedwyvernwithherb" - any easy way to stop this? thankyou |
|
|
|
Zugg MASTER
Joined: 25 Sep 2000 Posts: 23379 Location: Colorado, USA
|
Posted: Thu Aug 19, 2010 4:50 pm |
Looks like this is already fixed in the 3.22 Beta version.
But in general, to send text to the MUD verbatim you can enclose the entire command in " quotes, or you can start the line with the ` line-escape character (usually on the same key as the ~ character). You can also toggle parsing off and on using the Ctrl-R key. |
|
|
|
Tech GURU
Joined: 18 Oct 2000 Posts: 2733 Location: Atlanta, USA
|
Posted: Thu Aug 19, 2010 5:59 pm |
I don't have 2.37 in front of me but if I had to venture a guess I'm guessing it's confusing the command with either a db variable or path. Can you do something like this?
Code: |
w.. feed wyvern with herb |
|
|
_________________ Asati di tempari! |
|
|
|
midniterider Beginner
Joined: 01 Aug 2010 Posts: 21
|
Posted: Thu Aug 19, 2010 6:17 pm |
have upgraded to beta version and this is fixed,
thankyou |
|
|
|
|
|