Page 1 of 1

Adding command to sequence via script

Posted: Wed Mar 01, 2023 1:18 pm
by pmand
I made a custom SequencerCommand and it works great.
But each time I add this command to a Sequence, I must also add "{{default}}" at the end (otherwise the conversation skips to the next node).
Is there a way to add this "{{default}}" automatically from my custom SequencerCommand?
Thanks!

Re: Adding command to sequence via script

Posted: Wed Mar 01, 2023 3:26 pm
by Tony Li
Hi,

No, there isn't a way to do that, since some sequences might not want to include the default sequence. However, instead of manually typing {{default}}, you can click the Sequence field's "+" button and select "Include Dialogue Manager's Default Sequence". This will type it for you automatically.