How to call Default Sequence from new custom Sequence I'm making?
Posted: Tue Dec 01, 2020 6:48 pm
Hello!
I am making a custom Sequence that plays a facial expression for a character. And since I need to call this sequence in every NPC dialogue line it would be tedious to have to write include {{default}} every time.
So I am trying to call Default Sequence from the new custom Sequence class SequencerCommandSetExpression. But I'm running in circles trying to find a way to do it and I finally decided to ask for help.
I noticed Sequencer.PlaySequence() method but I don't know how to make it call the default one. Is there some way of doing this?
Thanks!
I am making a custom Sequence that plays a facial expression for a character. And since I need to call this sequence in every NPC dialogue line it would be tedious to have to write include {{default}} every time.
So I am trying to call Default Sequence from the new custom Sequence class SequencerCommandSetExpression. But I'm running in circles trying to find a way to do it and I finally decided to ask for help.
I noticed Sequencer.PlaySequence() method but I don't know how to make it call the default one. Is there some way of doing this?
Thanks!