Adventure Game Studio

AGS Support => Beginners' Technical Questions => Topic started by: RyeGuy83 on Thu 06/10/2011 17:11:03

Title: Trying to get 1 line in Text options for choices of dialogue different color
Post by: RyeGuy83 on Thu 06/10/2011 17:11:03
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!
Title: Re: Trying to get 1 line in Text options for choices of dialogue different color
Post by: pcj on Thu 06/10/2011 17:31:15
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.