Quote Originally Posted by Salem View Post
LOL - copy/paste for the win (or in your case, loss)
Code:
               {  damdata[dx, 1] = dam[2]; }
               {  damdata[dx, 2] = dam[4]; }
               {  damdata[dx, 3] = dam[6]; }
               {  damdata[dx, 3] = dam[9]; }
               {  damdata[dx, 5] = dam[11]; }
Gotta laugh - you managed to change one of them to 4, but not the other.
yeah and the other was sd++ which needed to be dd++.
fixed those 2 things and that section of code is now working.

Murphy's law: the simplest thing will be the hardest to see.