Replies: 2 comments
|
We provide that type of selector/sequence too. What you describe is called |
0 replies
|
Thank you! That's exactly what I meant. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hi, as far as i know a beaviour tree should allow to interrupt a running action, for example if i have a selector with two child, a condition and an action that becomes running, the condition should be checked each tick and eventually interrupt the consequent running action.
I read the documentation and i found out that it is the intended behavior for the selector to resume the running action without checking the condition again; therefore I ask if and how interruption of a running action can be done.
All reactions