Response option colors
Posted: Sun Sep 22, 2019 7:21 pm
Hey!
What would be easiest way to change response option colors from a script? (Via OnConversationResponseMenu().)
Wrapping formatted text in rich text tags ignores the number text. And I think it might conflict with UI tint colors?
I guess accessing buttons themselves would be the cleanest way but is the OnConversationResponseMenu's "Response[] responses" ordering same as they would appear in the Response list? (So I can use Response[] array to match indexes with button list?)
My use case is that I have some response items that I want to mark as "Main", "Optional", "Starts Combat" etc. I wrote some custom tags to mark responses that way and now I want to apply special colors, icons and suffix texts to responses.
What would be easiest way to change response option colors from a script? (Via OnConversationResponseMenu().)
Wrapping formatted text in rich text tags ignores the number text. And I think it might conflict with UI tint colors?
I guess accessing buttons themselves would be the cleanest way but is the OnConversationResponseMenu's "Response[] responses" ordering same as they would appear in the Response list? (So I can use Response[] array to match indexes with button list?)
My use case is that I have some response items that I want to mark as "Main", "Optional", "Starts Combat" etc. I wrote some custom tags to mark responses that way and now I want to apply special colors, icons and suffix texts to responses.