Multiple Dialogue System Triggers?

Announcements, support questions, and discussion for the Dialogue System.
Post Reply
random
Posts: 34
Joined: Thu May 09, 2024 10:48 pm

Multiple Dialogue System Triggers?

Post by random »

Hello!

Would it be a bad idea to have multiple Dialogue System Triggers on a single GameObject?

Say I want one to have a trigger of On Use and another for On Trigger Enter, is that possible?
User avatar
Tony Li
Posts: 21678
Joined: Thu Jul 18, 2013 1:27 pm

Re: Multiple Dialogue System Triggers?

Post by Tony Li »

No, that's totally fine. You can even have multiple Dialogue System Triggers all set to OnUse. If they start conversations, set their Conditions so that only one of their Conditions will be true at a time.
Post Reply