Reply To: [BUG] NestedFSM combined to ForceFinish

Forums 💬 NodeCanvas ⚙️ Support [BUG] NestedFSM combined to ForceFinish Reply To: [BUG] NestedFSM combined to ForceFinish

#16712
driiade
Participant

    Hello again,

    I resolved it by placing in ActionState a condition on actionListStatus.
    And in NestedFSMState a condition to stop it when the Nested FSM is not running.

    Dunno the side effect of this.