How to Initiate Conversations from Scripts
-
- Posts: 14
- Joined: Tue Apr 11, 2017 1:59 pm
How to Initiate Conversations from Scripts
Where in the documentation should I look for information regarding how to initiate conversations from scripts?
Re: How to Initiate Conversations from Scripts
Hi!
Use DialogueManager.StartConversation(). There are several variants, but the simplest is:
And here's general info about How To Start Conversations.
Use DialogueManager.StartConversation(). There are several variants, but the simplest is:
Code: Select all
using PixelCrushers.DialogueSystem;
...
DialogueManager.StartConversation("My Conversation");
-
- Posts: 14
- Joined: Tue Apr 11, 2017 1:59 pm
Re: How to Initiate Conversations from Scripts
Just found that myself but thanks for the heads up Tony. It's exactly what I was looking for.
Cheers!
Cheers!