Is this impossible?
Is it impossible to change the following color codes?
0, !, @, #, $ and %
Because color numbers work but mentioned color codes stay at default even if I change them.
0, !, @, #, $ and %
Because color numbers work but mentioned color codes stay at default even if I change them.
Don't know about the rest but I've changed ! and it works.
//Set `! to be red
set_font_color(11, 255, 0, 0);
//Set `! to be red
set_font_color(11, 255, 0, 0);
Ah, I see, instead of 0, !, # etc you need to enter 10, 11, 12. I feel pretty stupid. Thanks!
The only limit is your imagination.
you can CHANGE the default text colours???
Yes
Look up set_font_color() to see all the relevant codes, also note that as it's not saved it's a good idea to set the new colours in start.c unless you'll be changing them again in mid-game.
Look up set_font_color() to see all the relevant codes, also note that as it's not saved it's a good idea to set the new colours in start.c unless you'll be changing them again in mid-game.










