Forum rules - please read before posting.

colour of 'already chosen' conversation option

Hi! I would like to change the font colour on 'already chosen' options in the conversation menu (just the font colour, not the background). In the manager, I can change the background colour for the already chosen option, and specify a highlight colour, but I can't seem to change the actual font colour. Is there a way to do this?
Thanks in advance.

Comments

  • If the Menu is rendered with AC, then this property only affects the font colour.

    If it's instead rendered with Unity UI, then the colour is used to update the Button's "Color Block". This means that the effect it has is determined by the Button component's "Target Graphic". This is it's own Image component by default, but if you set it to the Text child component instead, it should then control the font colour.

  • Great! Thanks a lot!

  • Thanks a lot!! I was troubled looking for a way to do it :)

  • Thanks a lot indeed.
    Is it possible to create an exception for a specific conversation, so that its options are never marked as already chosen?

  • You'd either need to display the Conversation in a separate Menu (identical to your regular one, only with Mark options already used? unchecked, and the lock/unlock them together so that the intended Menu is shown at the correct time.

    Alternatively, you can use a single Menu, and change this option through script. Right-click this field's label to get an API reference to it, which you can then modify in a script that can be called using AC's Object: Call event Action.

    A tutorial on this technique can be found here.

Sign In or Register to comment.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Welcome to the official forum for Adventure Creator.