Question about continue button and sequence
Posted: Wed Feb 15, 2017 6:38 pm
Hello,
I can't seem to find setup for this kind of behavior. Basically my end goal is:
First time you hit space the typewrite animation effect skips and you see whole text
Second time you hit space you skip dialogue
If you don't press space at all, dialogue should proceed to next entry. So it flows automatically unless you have more then 1 responses.
So I used invisible continue button and it works like intended, the problem is I can't find which option sets up continue button with intended behavior. It either always asks you to click space to move conversation forward, or asks in some cases does not in others. Is there option that lets you skip convo in each case, but you are not required to press continue to move conversation forward?
Second is how do I most optimally launch conversations from independent sequence triggers and visa versa, launch sequence trigger from conversation?
Basically what I want to do is "Play Cinematic" when it ends "Launch Conversation" on certain responce "Play different cinematic".
Right now I have Sequence trigger and Dialogue Start Trigger, both set to trigger on use and I'm using Sequence commands like SendMessage(OnUse, ,DialogueStart)@11
Is there cleaner builtin way to do this?
Thanks in advance
I can't seem to find setup for this kind of behavior. Basically my end goal is:
First time you hit space the typewrite animation effect skips and you see whole text
Second time you hit space you skip dialogue
If you don't press space at all, dialogue should proceed to next entry. So it flows automatically unless you have more then 1 responses.
So I used invisible continue button and it works like intended, the problem is I can't find which option sets up continue button with intended behavior. It either always asks you to click space to move conversation forward, or asks in some cases does not in others. Is there option that lets you skip convo in each case, but you are not required to press continue to move conversation forward?
Second is how do I most optimally launch conversations from independent sequence triggers and visa versa, launch sequence trigger from conversation?
Basically what I want to do is "Play Cinematic" when it ends "Launch Conversation" on certain responce "Play different cinematic".
Right now I have Sequence trigger and Dialogue Start Trigger, both set to trigger on use and I'm using Sequence commands like SendMessage(OnUse, ,DialogueStart)@11
Is there cleaner builtin way to do this?
Thanks in advance