Frequently Asked Questions

Q. How do I write text in color on the COM game?

A. You use six digit hex codes to write in color. For instance 

[ff0000] for red this is 2 fs followed by 4 zeros then a space and type your words

[0000ff] for blue this is 4 zeros followed by 2 fs, then a space and type your words

[000000] for black this is 6 zeros, then a space and type your words

Here is a webpage where you can look up an extensive list of color codes

http://www.color-hex.com/

Q.