[SPOIL]
Code:
if(class18.anIntArray342[i3] != 0) {
						for(int l3 = i3 - 1; l3 > k2; l3--) {
							if(class18.anIntArray342[l3] != 0)
								continue;
							ai[l2] = l3;
							ai1[l2] = 0;
							ai2[l2] = 0;
							ai3[l2] = 0;
							l2++;
							break;
						}
					}
[/SPOIL]

Spoiler for Error Image:
]


I realize that my Arrays need to be increased, but any help on where to do that here in this code?