I'm really struggling with some array stuff here. I feel like I have everything setup right, but it's just not working.
Basically I have 3 arrays that store the X, Y and Type of blocks I want to create.
My code, I am comparing the X value at the CurX position of the for each loop. I have the 1pblocks added in there so I can debug and comparison is never true, resulting in the 1pblocks NOT being updated to 23, never mind the blocks being created.
Here is what the array looks like I am getting the data from.
I've been at this for a few hours, and I have used arrays like this in other projects so I am just not sure what I am missing here.
Thanks.