Appearance
Flow Array - For Each
Loops through every value in an array.
Inputs: 1 · Outputs: Each, Done
Settings
| Setting | Type | Required | Default | Description |
|---|---|---|---|---|
| Array Variable Name | String | Yes | — | Name of the array to iterate. |
| Scope | Select | Yes | Per Player | Scope where the array is stored. |
| Item Variable Name | String | No | item | Variable that stores the current item. |
| Index Variable Name | String | No | index | Variable that stores the current index. |
| Delay Between Iterations (seconds) | Number | No | 0 | Pause between each iteration. |
Outputs
- Each — Fires once per item.
- Done — Fires when iteration finishes.
Example
Loop through a loot list:
- Set Array Variable Name to
loot - Set Item Variable Name to
loot_item - On Each, send a message using
%loot_item% - On Done, continue the flow
