Hi, I think when SubFlowScript used as a condition task, it can’t be checked Dynamically.
Basically i wanted to recreate “TargetWithinDistance” condition task in FlowScript, but FS condition status not getting “Dynamically”, it gets status only after tree is ended. Am i doing it wrong?
Indeed, sub-flowscript are treated like Actions rather than like Conditions in the Behaviour Tree, and unfortunately, at least right now, this means that they can’t be used with the Dynamic option of nodes in the Behaviour Tree because since the Dynamic option is mean to work specifically with Conditions only. With that said, I will look again at this and see how I can make it happen 🙂