Page 1 of 1

Make one conversation interrupt another?

Posted: Tue Jun 09, 2020 9:38 am
by Carl
Hi,

sorry in advance for the dumb question, but how can I set up one specific conversation (on Trigger enter) to interrupt any other one that's currently playing?

Example:
I have every conversation "on Use" except one special one that is "on Trigger Enter". I'd need the special one to stop any possible conversation I'm in when I trigger it.

Thanks!

Re: Make one conversation interrupt another?

Posted: Tue Jun 09, 2020 10:15 am
by Tony Li
Hi,

You could use SendMessage on a Dialogue System Trigger, like this:

interruptConv.png
interruptConv.png (37.87 KiB) Viewed 204 times

There are other ways, but that's a quick, simple way to do it.

Re: Make one conversation interrupt another?

Posted: Tue Jun 09, 2020 10:37 am
by Carl
That's exactly what I was looking for, thank you for your quick reply!

Your support on this forum is really impressive, solved a lot of little issues just by searching other posts. Thank you for being this amazing! : )

Re: Make one conversation interrupt another?

Posted: Tue Jun 09, 2020 10:49 am
by Tony Li
Glad I could help! :-)