Very Complicated Debugging of a 12 Servo Biped

I have built a couple of hexapods, so have some experience controlling lots of servos. I would suggest you don't use a for loop and totally forget about the delay function. I just use the millis function. It is not that hard, just take a look at the blink without delay example in the IDE.