Reply To: FSM multiple connections between two states?

Forums 💬 NodeCanvas 🗨️ General Discussion FSM multiple connections between two states? Reply To: FSM multiple connections between two states?

#14157
Gavalakis
Keymaster

    Hello,

    Thanks for purchasing NC.
    Are you referring to the case of “if ((A && B) || C)” ?
    If so, a simple solution would be to just create a custom Condition Task, to perform the checks you want it to.
    You proposed solution of simply checking a boolean property and have that property do the relevant checks instead, is also just fine as well!
    There is nothing wrong with the FSM design at all by the way. 🙂

    Let me know.
    Thanks.