Skip to content

set_font_color

Prototypevoid set_font_color(int color_number, int red, int green, int blue)

set_font_color() will change the color_number to the color specified by the red, green, and blue values. The color values must be in the range 0 to 255.

Font colors are not saved or loaded in save game files, and are only set to the defaults when the player starts the game for the first time.

NumberColor codeColor descriptionRedGreenBlue
1`1
Light magenta
255198255
2`2
Light green
13118174
3`3
Bold cyan
99242247
4`4
Orange
25515674
5`5
Magenta
222173255
6`6
Light orange
24418873
7`7
Light gray
171173173
8`8
Dark gray
858585
9`9
Sky blue
148198255
10`0
Bold green
02550
11`!
Yellow
2552552
12`@
Yellow
2552552
13`#
Hot pink
255132132
14`$
Yellow
2552552
15`%
White
255255255