Search found 10 matches

by hoangvm2307
Tue Mar 05, 2024 11:41 am
Forum: Dialogue System for Unity
Topic: How can I show question along with responses ?
Replies: 7
Views: 253

Re: How can I show question along with responses ?

Thank you so much, amazing support :D :D
by hoangvm2307
Mon Mar 04, 2024 9:56 pm
Forum: Dialogue System for Unity
Topic: How can I show question along with responses ?
Replies: 7
Views: 253

Re: How can I show question along with responses ?

Yesterday I was late and couldn't check. What I mean is the confirmation line in the response panel. For example: NPC: "The apple just for 20 coins." Response: "Do you want apple? (Confirmation line) 1.Yes 2.No" Normally, when the response panel is opened, it obscured the subitil...
by hoangvm2307
Mon Mar 04, 2024 7:49 am
Forum: Dialogue System for Unity
Topic: How can I show question along with responses ?
Replies: 7
Views: 253

How can I show question along with responses ?

Like this:
Do you want to have an apple ?
1. Yes
2. No

Normally, it only appears 2 responses "Yes" and "No". How can I add the line "Do you want to have an apple ?"
by hoangvm2307
Sat Mar 02, 2024 10:29 am
Forum: Dialogue System for Unity
Topic: How to wait for seconds before playing conversation ?
Replies: 3
Views: 144

How to wait for seconds before playing conversation ?

For example, When an NPC is triggered by collider, I want to wait 1 second before playing conversation.
Thank you :D :D
by hoangvm2307
Fri Mar 01, 2024 11:00 am
Forum: Dialogue System for Unity
Topic: How can I specify starting dialogue after a conversation
Replies: 6
Views: 329

Re: How can I specify starting dialogue after a conversation

Is it the same solution to this case an NPC has 2 conversations, I named it A and B. The conversation A will be triggered if I click that NPC The conversation B will be triggered if the player touch him (by collider) Or I have to use another component "Dialogue System Trigger" (In this cas...
by hoangvm2307
Fri Mar 01, 2024 10:42 am
Forum: Dialogue System for Unity
Topic: How can I specify starting dialogue after a conversation
Replies: 6
Views: 329

Re: How can I specify starting dialogue after a conversation

Thank you Tony, very quick and informative reply :D :D
by hoangvm2307
Fri Mar 01, 2024 8:43 am
Forum: Dialogue System for Unity
Topic: How can I specify starting dialogue after a conversation
Replies: 6
Views: 329

How can I specify starting dialogue after a conversation

For example, I talk to an NPC at node 4, then I leave, and when I come back, I want to continue at node 5.