Search found 6 matches

by ludo2vie
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
by ludo2vie
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.

Image
by ludo2vie
Sun Sep 19, 2021 2:05 pm
Forum: Dialogue System for Unity
Topic: Change Variable
Replies: 3
Views: 3587

Re: Change Variable

Thx !!!
by ludo2vie
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 & ...
by ludo2vie
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.
by ludo2vie
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 ...