I have this loop, but CurX and CurY do not update and stay with value "2". Count variable is updated.
"TileMapper" array size is 12x12, loop is 8x8 times. I have function inside expression which runs another loop, it does its thing but it only prints on the first iteration, then it stops printing (but it still works).
I re-typed the "CurX" value (100% same text) and it started working, but the mentioned function inside expression behaves the same. It also behaves unpredictable when I move the contents into parent.
Is it a bug?
How should I set this up, what am I doing wrong?
EDIT: Appareantly my image keeps dissapearing from this post also.