Page 1 of 1
What is definition of sequence in Dialogue System?
Posted: Fri Nov 27, 2020 1:36 am
by fkkcloud
Hello,
What is definition of sequence in Dialogue System?
I understand the term of Conversation and Node, Actor but not sure of Sequence
Re: What is definition of sequence in Dialogue System?
Posted: Fri Nov 27, 2020 8:22 am
by Tony Li
Hi,
A Sequence is a series of commands. These commands typically do something that the user can experience, such as moving the camera, playing animation, or playing audio. Compare this to the dialogue entry node's Script field, which uses Lua commands. The Script field usually manages internal data such as setting variables.
Every dialogue entry node has a Sequence. (If the node's Sequence is blank, it will use the Dialogue Manager's Camera & Cutscene Settings > Default Sequence.)
When the active conversation shows a dialogue entry's subtitle, it also plays the dialogue entry's Sequence. The subtitle stays onscreen until the Sequence is done. Then the conversation progresses to the next step in the conversation.
More info:
Cutscene Sequences
and:
Cutscene Sequences Video Tutorial Series
Re: What is definition of sequence in Dialogue System?
Posted: Fri Nov 27, 2020 10:56 am
by fkkcloud
makes sense!
So what I've been setting to each Sequence Command field was actually it.
Multiple commands in the field are sequences and single as sequence.
When the active conversation shows a dialogue entry's subtitle, it also plays the dialogue entry's Sequence. The subtitle stays onscreen until the Sequence is done. Then the conversation progresses to the next step in the conversation.
this is also useful info