So, I want to know if is possible to merge the logic like in the picture.
What I’m trying to do is that the behaviour tree branches into those three options (with the selector), execute each node, and then merge again in the sequence. That way I don’t need to duplciate the following logic for each branch.