Hey all. I'm trying to get a conditional dialogue option to be a different color than the standard choices. Is this possible? I don't want to change the color of what he actually says in-game, just the text line in the options. Please help!
I can't think of a way to do this without rendering a custom dialog. You can change the color of previously-selected options with game.read_dialog_option_color but that doesn't sound like what you're looking for. I think a custom dialog is the only way here - see "Custom dialog options rendering" in the help file for more info. Hope that helps.