Start Event

Announcements, support questions, and discussion for the Dialogue System.
Post Reply
ludo2vie
Posts: 6
Joined: Mon Jul 05, 2021 6:54 am

Start Event

Post by ludo2vie »

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
User avatar
Tony Li
Posts: 21986
Joined: Thu Jul 18, 2013 1:27 pm

Re: Start Event

Post by Tony Li »

Hi,

Are there any errors or warnings in the Console window?

The last node of the conversation should call enddialogueMsg on the EnterDiane component on the DIANE 1 GameObject.

Two notes:

1. You can alternatively use a Dialogue System Events component's OnConversationEnd() event, or a script with an OnConversationEnd() method, or a Dialogue System Trigger set to OnConversationEnd.

2. Don't name your actor "[var=playerName]". Instead, give your player a static name such as "Player", and set the Display Name to [var=playerName].
ludo2vie
Posts: 6
Joined: Mon Jul 05, 2021 6:54 am

Re: Start Event

Post by ludo2vie »

Thanks for your response
User avatar
Tony Li
Posts: 21986
Joined: Thu Jul 18, 2013 1:27 pm

Re: Start Event

Post by Tony Li »

Glad to help!
Post Reply