Red colour text
what is the colour code for the red text? Or i have to make it with some way?
(I Kara gu has a red text if you ask)
(I Kara gu has a red text if you ask)
You have to change an existing font colour with the set_font_color() command.
set_font_color(8,255,0,0) would replace the colour 8 (dark grey) with red. The best place to do this is either main.c or start.c
Check out the DinkC reference for more information.
set_font_color(8,255,0,0) would replace the colour 8 (dark grey) with red. The best place to do this is either main.c or start.c
Check out the DinkC reference for more information.
Good ones to use are 11 and 12 (`! and `@) because they're yellow like the default, so never normally used.











