Search found 18 matches

by PepeJEe
Mon Jul 11, 2022 8:45 pm
Forum: Dialogue System for Unity
Topic: How to play Timeline and close dialogue Ui from last node's sequence field
Replies: 5
Views: 541

Re: How to play Timeline and close dialogue Ui from last node's sequence field

I managed to get rid of the error. And now the ui closes. I include these [] with "nowait" and "nostop" which messed it up a bit, stupid me...
Thank you Tony!

-Pepe
by PepeJEe
Mon Jul 11, 2022 8:29 pm
Forum: Dialogue System for Unity
Topic: How to play Timeline and close dialogue Ui from last node's sequence field
Replies: 5
Views: 541

Re: How to play Timeline and close dialogue Ui from last node's sequence field

I tried with both the speed and play, including [nowait] [nostop] but i't still doesn't end the conversation. The last node is staying green. Oh and I just realized it gave me this weird error?
by PepeJEe
Mon Jul 11, 2022 7:39 pm
Forum: Dialogue System for Unity
Topic: How to play Timeline and close dialogue Ui from last node's sequence field
Replies: 5
Views: 541

How to play Timeline and close dialogue Ui from last node's sequence field

Hey! I am trying to play timeline when I press "I got the coins" button which is the last node in the conversation. I am able to play the "ScoutFarewell" timeline using speed or play, but the ui doesn't close, it will stay open. Could use a little help, thanks :) -best wishes, Pepe
by PepeJEe
Thu May 26, 2022 10:12 am
Forum: Dialogue System for Unity
Topic: How to check if player have enough coins in dialogue system
Replies: 4
Views: 5558

How to check if player have enough coins in dialogue system

So I have a small conversation where an NPC asks for certain amount of coins, so I can get into town. So in the response menu panel i want to click "I have enough coins" if my coinAmount is over the required amount. But If I don't have enough coins that response menu button would be disabl...
by PepeJEe
Tue Mar 22, 2022 11:35 am
Forum: Dialogue System for Unity
Topic: How to set Timeline speed to 1 after continue button is pressed?
Replies: 3
Views: 563

How to set Timeline speed to 1 after continue button is pressed?

Hey Tony,

Currently my timeline speed is set to 0 in my conversation "start node". I want to set it back to 1 when i press continue button in my last node.
How can i do that?

-Pepe :)
by PepeJEe
Sun Mar 20, 2022 5:50 pm
Forum: Dialogue System for Unity
Topic: How to start timeline sequence after conversation has ended
Replies: 1
Views: 284

How to start timeline sequence after conversation has ended

Hello :)
How can I start a timeline sequence after i finish a conversation?
-Pepe
by PepeJEe
Sat Aug 14, 2021 5:18 am
Forum: Dialogue System for Unity
Topic: How to trigger dialogue from script?
Replies: 1
Views: 347

How to trigger dialogue from script?

Hey! I have a basic boxcollider which is trigger. When I enter inside the trigger zone and press "E" I want to trigger a conversation. How can I do that?
:)

-Pepe
by PepeJEe
Sat Aug 07, 2021 7:14 pm
Forum: Dialogue System for Unity
Topic: "Pressed" transition(colour tint/animation) not happening when pressing a response button.
Replies: 5
Views: 718

Re: "Pressed" transition(colour tint/animation) not happening when pressing a response button.

Thank you Tony, i got them removed :)

Also I added "Play pressed animation" into OnClick event for the buttons, and now it works perfectly :) I had to tweak the animator a little bit :D

-Pepe