|
Kanonball Novice
Joined: 06 Feb 2006 Posts: 48
|
Posted: Fri Nov 03, 2006 3:05 am
Escape character "~" ? |
I'm trying to send (and having trouble with sending) "newbie ;blink" to the mud. Is there a way to do it without turning off parsing?
If I type "newbie ~;blink", it sends "newbie ~;blink"
If I type "newbie ;blink", it sends "newbie" and "blink"
><
What am I supposed to type? |
|
|
|
Strakc Apprentice
Joined: 31 Jan 2006 Posts: 106 Location: Virginia Beach, Virginia
|
Posted: Fri Nov 03, 2006 4:58 am |
I am guessing you'd have to do something like put what you want to be sent in double quotes, so you'd have to type -- "newbie ;blink" -- and it should send exactly that to the mud.
|
|
|
|
Taz GURU
Joined: 28 Sep 2000 Posts: 1395 Location: United Kingdom
|
Posted: Fri Nov 03, 2006 9:58 am |
Yes or use the new line escape character which is `
So `newbie ;blink |
|
_________________ Taz :) |
|
|
|
The Raven Magician
Joined: 13 Oct 2000 Posts: 463
|
Posted: Fri Nov 03, 2006 4:49 pm |
I don't think the escape character is working yet. Otherwise your first attempt would have worked Kanonball. As a workaround, either of Strakc' or Taz' suggestions should work.
|
|
|
|
Strakc Apprentice
Joined: 31 Jan 2006 Posts: 106 Location: Virginia Beach, Virginia
|
Posted: Fri Nov 03, 2006 5:11 pm |
but its rather strange, that if the ~ is not working, that it was still one line? it should have been newbie ~, new line blink right? so is it that its trying to work, but not working fully?
|
|
|
|
The Raven Magician
Joined: 13 Oct 2000 Posts: 463
|
Posted: Fri Nov 03, 2006 5:27 pm |
Not exactly. CMud tries to detect whether you wanted the ; to be used or not... if there is no space before or after the ; and it does not look like proper syntax, it assumes you were using it in a sentence rather than as a separator.
|
|
|
|
|
|