 |
loktai Newbie
Joined: 03 Jan 2009 Posts: 7
|
Posted: Fri Sep 04, 2009 1:11 am
Multiple spaces in alias |
I have a very simple alias that I want to do ascii text in, calling for reprot.
The text looks like this:
Code: |
#send party say RRRRRR PPPPPP
#send party say RR RR PP PP
#send party say RR RR PP PP
#send party say RR RR PP PP
#send party say RRRRRR PPPPPP
#send party say RR RR PP
#send party say RR RR PP
#send party say RR RR PP |
When I send it to the MUD, it comes out with the spaces being mushed so there's only a single space. obviously, this ruins the effect.
Suggestions?[/code] |
|
|
 |
MattLofton GURU
Joined: 23 Dec 2000 Posts: 4834 Location: USA
|
Posted: Fri Sep 04, 2009 1:42 am |
Use double-quotes. By definition, everything between " and " is sent to the game verbatim.
If you don't want to use quotes, use #SENDRAW. It does the same thing, but doesn't show anything on-screen (#SEND processes its arguments, #SENDRAW does not). |
|
_________________ EDIT: I didn't like my old signature |
|
|
 |
|
|