I’m now trying to implement the above mentioned “stub” SubTree – how do I create a node that returns Status.FAILURE? I mean – without creating a custom node type of checking against a blackboard value that’s always false.
EDIT: nevermind, a condition node with no condition fails enough :).