Setactive Timeline skips dialogue
Setactive Timeline skips dialogue
In the sequence, I have two timelines using setactive I turn off 1 timeline and turn on the other. However, it seems to skip the dialogue where these sequence settings are they go straight to the next dialogue. I tried a delay evaluation but it still skips the dialogue.. Also, it doesn't turn off the Timeline when I have options,
- Attachments
-
- sequence1.png (9.16 KiB) Viewed 373 times
-
- dialogue.png (22.44 KiB) Viewed 373 times
Re: Setactive Timeline skips dialogue
Hi,
Add "{{default}}" (without quotes) to the dialogue entry's Sequence.
The conversation will stay on a dialogue entry for the duration of its Sequence.
The SetActive() commands run and finish immediately, which means the dialogue entry finishes immediately and the conversation advances immediately.
The special tag {{default}} includes the Dialogue Manager's Default Sequence into the Sequence. The initial value of Default Sequence is Delay({{end}}), which delays for a duration based on the text length. (More info: How To: Control the Duration of Subtitle Text)
Add "{{default}}" (without quotes) to the dialogue entry's Sequence.
The conversation will stay on a dialogue entry for the duration of its Sequence.
The SetActive() commands run and finish immediately, which means the dialogue entry finishes immediately and the conversation advances immediately.
The special tag {{default}} includes the Dialogue Manager's Default Sequence into the Sequence. The initial value of Default Sequence is Delay({{end}}), which delays for a duration based on the text length. (More info: How To: Control the Duration of Subtitle Text)
Re: Setactive Timeline skips dialogue
Great thanks again!
Just another question with choices is there a way on the timeline to pause/delay timeline to have enough time pick choice before timeline ends?
Just another question with choices is there a way on the timeline to pause/delay timeline to have enough time pick choice before timeline ends?
Re: Setactive Timeline skips dialogue
Hi,
See this post: https://pixelcrushers.com/phpbb/viewtop ... 406#p37406
It shows how to pause the timeline to click the continue button. You can do a similar thing for response menus.
See this post: https://pixelcrushers.com/phpbb/viewtop ... 406#p37406
It shows how to pause the timeline to click the continue button. You can do a similar thing for response menus.