The specified list contains items separated by | characters. This command loops through the list, assigning each element in turn to the %i variable, and executes the commands.
FORALL example
list="sword|ring|shield" #FORALL @list {repair %i} Loops through the equipment in the list and repairs each one in turn.
User comments
Rahab: Sat Jul 10, 2010 12:09 am
The documentation should also mention that, when nesting loops, you can use %j, %k, %l, etc. for successively nested loop variables.