Search found 10 matches
- Tue Mar 05, 2024 11:41 am
- Forum: Dialogue System for Unity
- Topic: How can I show question along with responses ?
- Replies: 7
- Views: 295
Re: How can I show question along with responses ?
Thank you so much, amazing support
- Mon Mar 04, 2024 9:56 pm
- Forum: Dialogue System for Unity
- Topic: How can I show question along with responses ?
- Replies: 7
- Views: 295
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...
- Mon Mar 04, 2024 11:46 am
- Forum: Dialogue System for Unity
- Topic: How can I show question along with responses ?
- Replies: 7
- Views: 295
Re: How can I show question along with responses ?
Thank you Tony
- Mon Mar 04, 2024 7:49 am
- Forum: Dialogue System for Unity
- Topic: How can I show question along with responses ?
- Replies: 7
- Views: 295
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 ?"
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 ?"
- Sat Mar 02, 2024 12:04 pm
- Forum: Dialogue System for Unity
- Topic: How to wait for seconds before playing conversation ?
- Replies: 3
- Views: 152
Re: How to wait for seconds before playing conversation ?
Thank you Tony
- Sat Mar 02, 2024 10:29 am
- Forum: Dialogue System for Unity
- Topic: How to wait for seconds before playing conversation ?
- Replies: 3
- Views: 152
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
Thank you
- Fri Mar 01, 2024 10:08 pm
- Forum: Dialogue System for Unity
- Topic: How can I specify starting dialogue after a conversation
- Replies: 6
- Views: 365
Re: How can I specify starting dialogue after a conversation
Thank you for your help
- 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: 365
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...
- 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: 365
Re: How can I specify starting dialogue after a conversation
Thank you Tony, very quick and informative reply
- 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: 365
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.