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!
Make one conversation interrupt another?
Re: Make one conversation interrupt another?
Hi,
You could use SendMessage on a Dialogue System Trigger, like this:
There are other ways, but that's a quick, simple way to do it.
You could use SendMessage on a Dialogue System Trigger, like this:
There are other ways, but that's a quick, simple way to do it.
Re: Make one conversation interrupt another?
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! : )
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?
Glad I could help!