Page 1 of 1

Stop Conversation on Trigger Exit not working sometime.

Posted: Thu Mar 28, 2024 9:29 pm
by iamcurse
The Trigger Exit is not working if I trigger the dialogue and Trigger Exit immediately after. Is there any way to fix this?
I really don't want to use the "If too far" option or lock player movement.


Re: Stop Conversation on Trigger Exit not working sometime.

Posted: Thu Mar 28, 2024 10:02 pm
by Tony Li
Hi,

Here's a patch that exposes "Margin To Allow Trigger Exit", which defaults to 0.2 seconds. You can set it to 0.

DS_DialogueSystemTriggerPatch_2024-03-28.unitypackage

Re: Stop Conversation on Trigger Exit not working sometime.

Posted: Thu Mar 28, 2024 11:29 pm
by iamcurse
Thank you, it works like a charm.

Re: Stop Conversation on Trigger Exit not working sometime.

Posted: Fri Mar 29, 2024 8:30 am
by Tony Li
Glad to help!