Page 1 of 1

Clear UI Portraits from previous conversation

Posted: Fri Jul 06, 2018 1:31 pm
by Alatriste
Hi Tony,

I'm having this weird behavior when I jump from one conversation to another one. The portraits remain in the place. It's like the dialogue doesn't clean the UI portraits. I tried different states in the UI Panel -> Start State, but no luck so far.

Any idea about what am I doing wrong?

Thanks!

Re: Clear UI Portraits from previous conversation

Posted: Fri Jul 06, 2018 5:40 pm
by Tony Li
Hi,

Are you stopping the conversation and starting a new one, or linking from one conversation to another while still in the same active conversation?

Re: Clear UI Portraits from previous conversation

Posted: Sat Jul 07, 2018 3:46 am
by Alatriste
I'm linking from one conversation to another. How do I stop the finished one?

Re: Clear UI Portraits from previous conversation

Posted: Sat Jul 07, 2018 8:35 am
by Tony Li
It sounds like you should continue to link from one conversation to another.

By design, it keeps the portraits onscreen.

If you want to manually hide a portrait when linking to another scene, you can send "Close" to the panel in the dialogue entry's Sequence field. For example, this sequence will close all three subtitle panels:

Code: Select all

SendMessage(Close,,Subtitle Panel 0);
SendMessage(Close,,Subtitle Panel 1);
SendMessage(Close,,Subtitle Panel 2)