Skip to content

Nested Loops

PeerHeer edited this page Dec 31, 2019 · 2 revisions

Nested loops can be created in custom functions.

You can create nested loops in the following way:

  1. Copy the context of your first loop to temporary storage/scores.
  2. Call another function in the same way you would call it when using a single loop.
  3. After the nested loop has finished, copy the context back to their original storage/scores.

Clone this wiki locally