BYOND Version: 402.964
Operating System: Windows XP
Descriptive Problem Summary: Although you can use other basic colors such as blue, yellow, green, red, and etc. you can't use orange without using a hexadecimal code in the output window.
Code Snippet (if applicable) to Reproduce Problem:
mob
verb
test()
src << "<font color = orange>test</font>"
Expected Results: test
Actual Results: [blank]
Does the problem occur:
Every time? Or how often? Every time
In other games? Yes
On other computers? Not sure
Workarounds: Using hexadecimal color codes such as : #ff5f00