Reply to Re: Different default text color for Dink -- is it possible?
If you don't have an account, just leave the password field blank.
If you copied Redink's script exactly you'll get black because the variables don't have the '&', so in effect you're saying this:
set_font_color(14, 0, 0, 0);
You don't even need to use variables, he just did that to make it clear. This is fine:
set_font_color(14, 255, 132, 132);
As for the rest, I'm not sure what you mean. You can change the font colour as many times as you like, what the DinkC ref. means is that if you change it it will 'reset' next time you play the game unless you change it again.
@ Schnapper: No, it's not. I've tried.
set_font_color(14, 0, 0, 0);
You don't even need to use variables, he just did that to make it clear. This is fine:
set_font_color(14, 255, 132, 132);
As for the rest, I'm not sure what you mean. You can change the font colour as many times as you like, what the DinkC ref. means is that if you change it it will 'reset' next time you play the game unless you change it again.
@ Schnapper: No, it's not. I've tried.
