[BEHAVIOR TREE SUGGESTION] Check Booleans from Tree

Hello all! I think it would cool if there was some sort of decorator that allowed us to check if a bool in a key was true or false. Example:

ROOT -> [Check Variable - #choose key#, Boolean: #choose bool from the key selected#]Selector

And it would use “Observer Aborts” to decide whether or not to continue. What do you guys think? :smiley:

You can check booleans allready. Set them in a service, check in a compare decorator. You can add the Aborts to it if you like.