Yes, but wouldn’t the leftmost branch run if the CurrentOrder blackboard value would be set to 3?
And wouldn’t the right branch fail unless the CurrentOrder value is set to 2?
This is the full tree running
CurrentOrder is Currently 0
And here CurrentOrder is 3
This doesn’t match the expected flow I’d expect from the setup I have. So cleraly I’m doing something wrong… but what?