In the KQ4 demo the dialog uses a red font color.
(http://i.imgur.com/1ATJvAx.jpg)
I don't recall changing anything, but when I play the same scene in the full game, the font is white.
(http://i.imgur.com/oyY1AXd.jpg)
Both are (still) AGS version 3.2.1 and both have 'use gui for dialog options' set to 0.
I don't understand what might cause this difference or how to change this.
Any ideas?
thanks
I could be wrong but it might be might be set to the character's speech color.
Yes, that's it. Never thought of that.
thanks
No problem! Unfortunately there are a few different text/speech options in different places so it's hard to find. For example, the highlight color (in case you need that as well) is a variable you can put in game_start() or similar function:
game.dialog_options_highlight_color = 52259;