Hello, Im working with Mass AI and State Trees. I think I have found a bug.
My state tree is using Enter Conditions for tasks and it appears a child task with a boolean compare is affecting a boolean compare in a task that is 2 nodes up in the parent chain.
If I remove the bool with the red arrow, the State tree claims the smart object.
If I check the box and make the bool on the child task True, then the state tree claims the smart object.
If I uncheck it and make it False, the state tree no longer claims the smart object.
Is this a bug or am I doing this wrong?
Like this, it does NOT claim the smart object
Like this, it DOES claim it, even tho that second bool shouldnt get evaluated unless it can claim the smart object.