-
Notifications
You must be signed in to change notification settings - Fork 758
Description
Hello again,
I'm currently struggling to create Behavior with the Sequence Star Node. I want to use the Sequence Star in a way similar to the example in the documentation (see Below).
What i want to do are the Tasks "FlyToPoint" and "Act at Point" , and when certain conditions are met, i want the active task to be interrupted by the Task "Do Something between" and then go back to the previous Behaviour.
However, the Finished status of The FlyToPoint Node gets reset any time i'm leaving the Sequence Star to perform the "DoSthBetween" task. All Tasks used are ASyncActionNodes.
Can the Sequence Star only save its internal State if the node left to it has no more children, is it a bug or did i get something wrong with the Documentation?
Thanks in Advance
SegfaultCreator