Reply To: Nested FSM never runs onFinish if has AnyState node

Forums 💬 NodeCanvas ⚙️ Support Nested FSM never runs onFinish if has AnyState node Reply To: Nested FSM never runs onFinish if has AnyState node

#18198
Gavalakis
Keymaster

    Hey,
    By “transitional condition”, I mean that you can use conditions on the transitions of the SubFSM-Node in the parent FSM and as such, if a condition becomes true, the transition will take place and thus force stop the SubFSM regardless of which state it currently is.
    [attachment file=”TransitionalCondition.png”]
    (But I suppose you already know that 🙂 )

    Even so, indeed an option for that would be a nice addition.
    Thanks!