Reply to Re: Red colour text
If you don't have an account, just leave the password field blank.
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.








