ID:173414
 
How is this coded? I have this code but it doesn't work (gives an error):

client
script = "STYLEBODY /STYLE"


Just want to have a black background for the text with white on the front. Seen lots of games have it.

-Dagolar

What is the error it gives you? You should always acompany posts with any run-time or compile time errors that it gives you.
In response to DarkView
error at '<': variable not defined

I didn't code this so I don't know anything about it.

-Dagolar
In response to Dagolar
Ok. Your problem is you have used script wrong.
STYLEBODY <background: black; color: white> /STYLE is what you wrote.
<STYLE> BODY (background: black; color: white)</STYLE> is what it should be.

If you look up "script (client)" in the reference it will explain how all this works in-depth.