The Repeat For Each action runs an action sequence for every item in a list or for every child under an object.
Mode
Choose whether to iterate over a list or over the children of an object.
List to run on
The list to iterate when Mode is set to run on a list.
Parent object
The object whose children will be iterated when Mode is set to run on children.
Variable to store current index
A variable that receives the current iteration index as the loop progresses. Note that indexes in Story Machine are 1-based.
Actions to run
The actions executed for each list row or child.