I explained it to you.
What? You just told me Nixill had done this. You told me his method, not how to do it. You just said, "He calculated every space for the brick then placed the bricks" or something similar. Sadly, that does not help me.
Also, I went in-game and placed a 16x Cube, set a global variable to its position ($PosA), then I set all its properties to disappear, then placed my tempbrick (4x Cube) at a corner and set its position to a global variable ($PosB). Then I typed:
%A = vectorSub($PosA,$PosB);
echo(%A);And it echoed "
3 3 3", then one whole 4x Cube to its side it printed "
1 3 3", and it does this in all ways. It highest and lowest values are 3 and -3, going by 2's across. So, I don't see what's wrong with my positions in my code then.