|
markov Beginner
Joined: 09 Aug 2004 Posts: 11
|
Posted: Thu May 19, 2005 10:25 pm
Adding a carriage return to a prompt |
So I am on this mud that does not happen to give a carriage return after the prompt.
For simplicity here is a sample prompt
[1800/1800 1568/1568 1900/1900]
I did
#ac {(%d)~]} {#subst {(%d)~]%cr}
Which happens to work kind of however something weird happens if it occurs
[here is the trigger]
#ac {The white aura around your body fades.} {#var sanc 0}
will be
The white aura around your body fades. sanc 0
[if you do a #show {The white aura around your body fades.}]
The white aura around your body fades.The white aura around your body fades. |
|
|
|
Maelstrom Apprentice
Joined: 10 Feb 2005 Posts: 158
|
Posted: Thu May 19, 2005 11:44 pm |
Try this, perhaps a slightly different method for the same thing will clear it up...
#SUB {(%d~])} {%1%cr} |
|
|
|
markov Beginner
Joined: 09 Aug 2004 Posts: 11
|
Posted: Fri May 20, 2005 12:28 am |
nope
|
|
|
|
|
|