if you make a loop inside another loop, one probably is a "forever" loop and the other one is the "repeat x times", that translates to "repeat x times infinite times"
no, the one outside is also an "repeat x times"-loop...like in the example ;-)
the 1-time repeat which contains all of it, doesn't work, the worker repeats it forever i think?!
also like this, the worker repeats all forever, but he should go to 217.121 and then stop there, or i'm wrong?
like this it works, or the "repeat-x-times"-loop inside is replaced by another like "hands full/emtpy"...only when the one inside is also "repeat-x-time" it's not working...