|
surge4883@yahoo.com Beginner
Joined: 30 Jul 2010 Posts: 19
|
Posted: Sun Aug 08, 2010 8:06 pm
color inside an ECHO or SAY |
I frequently make menus for my scripts. I use the #ECHO command to make these menus popup.
Anyway, the question is how do I make things color in an echo?
anything I try just goes into the echo itself
#ECHO #CW 12 test
that just echos #CW 12 test |
|
|
|
MattLofton GURU
Joined: 23 Dec 2000 Posts: 4834 Location: USA
|
Posted: Sun Aug 08, 2010 10:33 pm |
use a color function/tag. Can't use a #command inside of another command.
#echo %ansi(14)this is ansi yellow.
#echo "<color yellow>this is mxp yellow</color>" |
|
_________________ EDIT: I didn't like my old signature |
|
|
|
|
|