And get around Delay(x) from inside the conversation?
Thanks,
Is there a way to skip to the next part of a conversation in code?
-
- Posts: 91
- Joined: Tue Jul 14, 2015 8:22 am
Re: Is there a way to skip to the next part of a conversation in code?
Hi,
Call DialogueManager.ConversationView.OnConversationContinueAll().
If you're running multiple simultaneous conversations and want to continue only a specific one, call DialogueManager.ConversationView.OnConversationContinue(dialogueUI).
Call DialogueManager.ConversationView.OnConversationContinueAll().
If you're running multiple simultaneous conversations and want to continue only a specific one, call DialogueManager.ConversationView.OnConversationContinue(dialogueUI).
-
- Posts: 91
- Joined: Tue Jul 14, 2015 8:22 am
Re: Is there a way to skip to the next part of a conversation in code?
Great, just what I needed.
Thanks.
Thanks.