Page 1 of 1

Hide NPC Name When Response Menu Shows

Posted: Mon May 10, 2021 1:42 pm
by Kosmic
Hi,

Sorry if this has been covered before, I have searched the forum and been through the Dialogue Manager and UI options but I can't seem to find the right options.

When the response menu comes up I would like to hide the NPC name so that I can have all the names in the same place without the text overlapping. It works when I swap between NPC and PC subtitles panels (I have them set to Until Superseded in Visibility) but when it swaps to a Response menu the NPC name is still visible as well. Is there a way to do this? I am using the Focus Template if this helps.

Thanks

Re: Hide NPC Name When Response Menu Shows

Posted: Mon May 10, 2021 2:27 pm
by Tony Li
Hi,

Only subtitle panels supercede each other. Try configuring the response menu panel's OnOpen() UnityEvent to deactivate the subtitle panels' Portrait Names. The subtitle panels will automatically reactivate them when needed.

Re: Hide NPC Name When Response Menu Shows

Posted: Tue May 11, 2021 6:56 am
by Kosmic
Worked perfectly, thank you!

Re: Hide NPC Name When Response Menu Shows

Posted: Tue May 11, 2021 9:00 am
by Tony Li
Happy to help!