Skip to content

Flow Array - For Each

Loops through every value in an array.

Inputs: 1 · Outputs: Each, Done

Settings

SettingTypeRequiredDefaultDescription
Array Variable NameStringYesName of the array to iterate.
ScopeSelectYesPer PlayerScope where the array is stored.
Item Variable NameStringNoitemVariable that stores the current item.
Index Variable NameStringNoindexVariable that stores the current index.
Delay Between Iterations (seconds)NumberNo0Pause between each iteration.

Outputs

  • Each — Fires once per item.
  • Done — Fires when iteration finishes.

Example

Loop through a loot list:

  1. Set Array Variable Name to loot
  2. Set Item Variable Name to loot_item
  3. On Each, send a message using %loot_item%
  4. On Done, continue the flow

Oasis Admin Editor Documentation