|
jolopez Novice
Joined: 31 May 2003 Posts: 49
|
Posted: Sun Nov 14, 2004 1:46 am
color something with non ansi color |
i know i can do #cw something yellowgreen
how can i do something like #sh %ansi(yellowgreen)hello
and hello appear in yellowgreen? |
|
|
|
Vijilante SubAdmin
Joined: 18 Nov 2001 Posts: 5182
|
Posted: Sun Nov 14, 2004 1:30 pm |
Based on your topic title I am guessing you want to display something with a color like those listed in %colorname. To do this you would use the MXP syntax. Some tags can be used with #SHOW, #ECHO, #WINDOW, and other display commands. However the tags use <> which is a shortcut for expansion, if you plan on making heavy use of MXP tags I suggest you turn off that shortcut in the Preferences|Script Parser. You should also use the #MXP command to make full use of MXP.
|
|
_________________ The only good questions are the ones we have never answered before.
Search the Forums |
|
|
|
jolopez Novice
Joined: 31 May 2003 Posts: 49
|
Posted: Mon Nov 15, 2004 12:33 am |
it works with the mxp active but something works bad so i must test it
[37m> [0m
[37mThis is a testtest[0m
[53mf[0m
===================
somthing like this (test is in html red)
[37m> [53mf[0m
[37m=====================
this how it works without the this is a test
i have learn now that it happens too without the mxp activated so the problem is when i do show something i dont send at the end the 0[37m
how can i do it? if i can |
|
|
|
|
|