Hello
As I have Dialouge manager persistent between scenes I need a specific request.
Is it possible that I have a script attached to the prefab, I want this to call each time either a trigger is started or better yet each time a conversations ends
Fire script at convsaersation end
Re: Fire script at convsaersation end
Hi,
Add your script to the Dialogue Manager. Then add a Dialogue System Events component to your Dialogue Manager, and configure the OnConversationEnd() event to call your script's method.
Add your script to the Dialogue Manager. Then add a Dialogue System Events component to your Dialogue Manager, and configure the OnConversationEnd() event to call your script's method.