Search found 6 matches
- Sun Sep 19, 2021 4:17 pm
- Forum: Dialogue System for Unity
- Topic: Start Event
- Replies: 3
- Views: 3606
Re: Start Event
Thanks for your response
- Sun Sep 19, 2021 2:49 pm
- Forum: Dialogue System for Unity
- Topic: Start Event
- Replies: 3
- Views: 3606
Start Event
Hello,
Sorry for the question
I would like to run a script through the Scene Event, but nothing happens at the end of the dialog.
Did I forget something?
Thanks for your feedback.
Sorry for the question
I would like to run a script through the Scene Event, but nothing happens at the end of the dialog.
Did I forget something?
Thanks for your feedback.
- Sun Sep 19, 2021 2:05 pm
- Forum: Dialogue System for Unity
- Topic: Change Variable
- Replies: 3
- Views: 3587
Re: Change Variable
Thx !!!
- Sun Sep 19, 2021 12:03 pm
- Forum: Dialogue System for Unity
- Topic: Change Variable
- Replies: 3
- Views: 3587
Change Variable
Hello, I have variables in my Dialogue Base. https://i.imgur.com/3FiNbtq.png At the end of the dialog, I have the value of the variable "EndDialogue" which changes to 1. I would like to change this value from a script. I don't find the way to call variables in the dialog system. Thx & ...
- Mon Jul 05, 2021 1:29 pm
- Forum: Dialogue System for Unity
- Topic: Don't moove before the dialogue
- Replies: 2
- Views: 296
Re: Don't moove before the dialogue
Thanks for your answer, I'll try that.
- Mon Jul 05, 2021 7:20 am
- Forum: Dialogue System for Unity
- Topic: Don't moove before the dialogue
- Replies: 2
- Views: 296
Don't moove before the dialogue
Hello all, I can't solve my problem. I have a dialogue with "On trigger enter", and the texts are read with "GetMouseButtonDown(0)". Everything work perfectly. I would like that when the dialog starts, we have to read ALL of the texts before moving. This means that the character ...