How to execute a task once in a branch with services at tick? (behavior tree)

Awesome work, Ivan3z! Keep it up!

1 Like

It’s a great compliment!! Thank you very much!!

Hi:

I found three things that can be causing this or similar error like this.
I add the information for future people who read this post.

1st - If the Logic not complete. When there is cases not solved. That makes it change from one task to another very quickly, causing pauses in the movement.

2nd - The decorators marked with (abort self) do not allow the tasks to execute completely. This causes intermittent task execution.

3rd - The MoveTo function does not work correctly. I think it has a problem when it aborts… I don’t know exactly what it is… but with this code it can be replaced.

Thx u so much for you help Mind-Brain!! :sparkling_heart:

1 Like