ID:266395
 
How do you change the color of the Text window to black?I mean where the user chats.If you know how to do it please tell me.Thanks.

-Non-PC
Non-PC wrote:
How do you change the color of the Text window to black?If you know how to do it please tell me.Thanks.

-Non-PC

I asked a similar question about changing stat panel background colors. It's not possible right now, but could be added later.
In response to Dramstud
dramstud wrote:
Non-PC wrote:
How do you change the color of the Text window to black?If you know how to do it please tell me.Thanks.

-Non-PC

I asked a similar question about changing stat panel background colors. It's not possible right now, but could be added later.

Ive seen it before in other games.
In response to Non-PC
Make a new script file (.dms), and add this:

<STYLE>
BODY
{
background:black;
color:white;
}
</STYLE>
In response to Nadrew
Thanks!

-Non-PC