With behavior tree, how to execute a task only once ?

Hey @imagineer!

So you’ll do something like this:

By setting your blackboard value to false, you prevent that branch from executing. :slight_smile:

(Inside the change bool to true task:)

1 Like