-
I want to make sequence repeat
number of times, it has some nodes with steps attributes. How can I do this? |
Beta Was this translation helpful? Give feedback.
Answered by
mxgmn
Jun 16, 2022
Replies: 1 comment 2 replies
-
To make a sequence repeat, you need to put a |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
Inferdy
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
To make a sequence repeat, you need to put a
sequence
node inside amarkov
node. Examples of this: HamiltonianPath, SelectLargeCaves, SelectLongKnots, FireNoise, SmartSAW, FindLongCycle. Counters in markov/sequence nodes are not supported right now. Instead, you may want to repeat the sequence until some node is matched.