Reply To: [FSM] ConditionNode

Forums 💬 NodeCanvas 🗨️ General Discussion [FSM] ConditionNode Reply To: [FSM] ConditionNode

#13903
driiade
Participant

    :'( no :'(

    The ConditioNode is never hold for ever. This is the new feature : this node doesn’t stay on it if no condition if true.

    It’s just a node for aggregate (?) conditions. State check conditions to this node, if true, the node check condition to state (or over ConditionNodes) if conditions on this node are all false : the state which was running still run ! If a condition on the ConditioNode is true : the FSM transit to the state link to the ConditionNode.

    If the conditionNode is the last Node in a FSM : the FSM finish.

    🙂