Each time this action is called it gets the next item from a Array. This lets you quickly loop through all the items of an array to perform actions on them.
Array
The Array Variable to use.
Start Index
From where to start iteration, leave as 0 to start from the beginning
End Index
When to end iteration, leave as 0 to iterate until the end
Loop Event
Event to send to get the next item.
Finished Event
Event to send when there are no more items.
Result
TODO
Current Index
TODO