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.
(Inside the change bool to true task:)
1 Like
Thanks, very much !
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.