ID:167588
 
how do you change the background color of the place where u text goes when you talk. I think it is called the textbox in byond i am not an expert
mmm something to do with client/script I think.
In response to Mechanios
hmm i wonder how i change it
In response to Mxjerrett
i found out u have to do this:

client/script = "<STYLE>BODY {background: black}</STYLE>"
In response to Mxjerrett
You might want to add
;color: white

to the end of "black", since the default color of your text is black.
In response to Blakdragon77
ya i am costomising the colors that things are produces