|
Fritzel Beginner
Joined: 26 Oct 2004 Posts: 14
|
Posted: Tue Sep 13, 2005 6:16 am
can color be stored without parsing? |
If I have a colord line, something like
You say '<green>The thing I said<default>'
can I somehow change it to say
[<mudtime>] You say '<green>The thing I said<default>'
without loosing the ansi color retrieved from the mud or parsing the text retrieved
I'm looking for something as simple as
#echo %0
but to have %0 maintain the color |
|
|
|
Vijilante SubAdmin
Joined: 18 Nov 2001 Posts: 5182
|
Posted: Tue Sep 13, 2005 8:36 am |
#TR {^(Y)ou say '} {#PSUB {~[<mudtime>~] Y} %x1}
|
|
_________________ The only good questions are the ones we have never answered before.
Search the Forums |
|
|
|
|
|