Closed
Description
I was testing having a tree composed of a reactive sequence with two children: an AlwaysSuccess first and then a coroutine that returns running until a certain codition is met. Instead of executing the AlwaysSuccess node again each time the tree is ticked only the coroutine node is executed. That's the same behavior of having the same tree but with a sequence control node instead of the reactive sequence.