Make one conversation interrupt another?

Announcements, support questions, and discussion for the Dialogue System.
Post Reply
Carl
Posts: 9
Joined: Fri May 01, 2020 11:29 am

Make one conversation interrupt another?

Post 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!
User avatar
Tony Li
Posts: 22054
Joined: Thu Jul 18, 2013 1:27 pm

Re: Make one conversation interrupt another?

Post by Tony Li »

Hi,

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

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

There are other ways, but that's a quick, simple way to do it.
Carl
Posts: 9
Joined: Fri May 01, 2020 11:29 am

Re: Make one conversation interrupt another?

Post 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! : )
User avatar
Tony Li
Posts: 22054
Joined: Thu Jul 18, 2013 1:27 pm

Re: Make one conversation interrupt another?

Post by Tony Li »

Glad I could help! :-)
Post Reply