How do I use a boolean blackboard key to determine which branch to run? In my case, I have a goblin that runs when it sees the player. The condition that needs to be made to decide where the goblin runs is whether or not the player is holding the candy. If they are holding it, the goblin comes to the player, otherwise, it runs away.

