Skip to content
Discussion options

You must be logged in to vote

You can take a look at DynamicSequence:

DynamicSequence
-- Condition
-- Action

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.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by kaluluosi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants