-
Beta Was this translation helpful? Give feedback.
Answered by
limbonaut
Nov 13, 2025
Replies: 1 comment
-
|
You can take a look at DynamicSequence: As long as the Condition returns success, the Action will continue to perform until it succeeds. The difference between the normal sequence and the dynamic is that the dynamic one reevaluates all its children on each tick before it resumes the Action. Similarly, there is also a dynamic selector. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
kaluluosi
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment


You can take a look at DynamicSequence:
As long as the Condition returns success, the Action will continue to perform until it succeeds. The difference between the normal sequence and the dynamic is that the dynamic one reevaluates all its children on each tick before it resumes the Action.
Similarly, there is also a dynamic selector.