ID:172812
 
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
Superchoson wrote:
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

Because orange isn't a recognized color keyword; BYOND only uses a few. Use a direct value like #ff9900.

Lummox JR
In response to Lummox JR
Lummox JR wrote:
Superchoson wrote:
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

Because orange isn't a recognized color keyword; BYOND only uses a few. Use a direct value like #ff9900.

Lummox JR

Thank you for the fast reply and it worked =)