You need a basic "for loop", with the starting and ending indexes set to something like 10 and 15. Then you create your monster instances, and set there variables using the Array.At expression. (Array.At(loopindex, 0), Array.At(loopindex, 1), Array.At(loopindex, 2), etc.)