client
script = "<STYLE>BODY {background: orange; color: white} </STYLE>"
Error: Naruto-Kun.dm:18:error: near orange: invalid color value
It won't allow me too set the Background color too Orange, but it does with red black and blue
Thanks in advance
Because orange isn't a recognized color keyword; BYOND only uses a few. Use a direct value like #ff9900.
Lummox JR