Adding command to sequence via script

Announcements, support questions, and discussion for the Dialogue System.
Post Reply
pmand
Posts: 15
Joined: Wed Mar 01, 2023 1:09 pm

Adding command to sequence via script

Post 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!
User avatar
Tony Li
Posts: 21634
Joined: Thu Jul 18, 2013 1:27 pm

Re: Adding command to sequence via script

Post 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.
Post Reply