Page 2 of 3
Re: Dialogue trigger when hitting a certain value
Posted: Thu Jul 27, 2023 9:24 pm
by simplepleasuresdxy
okay, I have set up the code and added the dialogue system trigger. What do I do to link the single click animation parent to the dialogue system trigger?
Re: Dialogue trigger when hitting a certain value
Posted: Fri Jul 28, 2023 7:47 am
by Tony Li
Hi,
Set it up similarly to my Button > OnClick screenshot above. There are 3 steps:
1. Add two elements to the OnClick() UnityEvent by clicking "+" twice.
2. Assign the top Dialogue System Trigger to the first element, and select DialogueSystemTrigger.OnUse.
3. Assign the bottom Dialogue System Trigger to the second element, and select DialogueSystemTrigger.OnUse.
- setupOnClick.png (98.32 KiB) Viewed 429 times
Re: Dialogue trigger when hitting a certain value
Posted: Fri Jul 28, 2023 8:50 am
by simplepleasuresdxy
Is there a version if this where instead of activating after 7 clicks, it could be like "the first time you click on this,trigger a dialogue" ?
Thank you so much for the help btw. I know ive asked a lot of dumb questions. I am very grateful to hav3 you help.
Re: Dialogue trigger when hitting a certain value
Posted: Fri Jul 28, 2023 8:57 am
by Tony Li
Hi,
Glad to help. This one's simpler. You only need one Dialogue System Trigger for it. Please see:
How To: Run a Conversation Only Once
Re: Dialogue trigger when hitting a certain value
Posted: Fri Jul 28, 2023 9:06 am
by simplepleasuresdxy
just tested it, it doesn't seem to work so I assume I messed up some where
Re: Dialogue trigger when hitting a certain value
Posted: Fri Jul 28, 2023 9:09 am
by Tony Li
Hi,
Are you asking about the one-time trigger or the 7-clicks trigger?
Re: Dialogue trigger when hitting a certain value
Posted: Fri Jul 28, 2023 9:44 am
by simplepleasuresdxy
7 clicks haha
Re: Dialogue trigger when hitting a certain value
Posted: Fri Jul 28, 2023 9:55 am
by Tony Li
Looks fine so far. Make sure to select the OnUse() method for each of the Dialogue System Triggers in the OnClick() UnityEvent:
- 7clicks.png (117.07 KiB) Viewed 422 times
Re: Dialogue trigger when hitting a certain value
Posted: Fri Jul 28, 2023 1:52 pm
by simplepleasuresdxy
That must be it. Alright. I'll check out and see if it works when i get home.
Re: Dialogue trigger when hitting a certain value
Posted: Fri Jul 28, 2023 6:00 pm
by simplepleasuresdxy
so the variable is increasing, but it's not triggering the dialogue
also, it's increasing in increments of 2 for some reason