Same variable, 2 different numbers

I have a do N counter firing a bunch of stuff. I only want to move forward onto “Then 1” once the counter is 8. Unfortunately the counter is always 8. The Print from “Then 0” is as expected: “1, 2, 3, 4, 5, 6, 7, 8.” The print from “Then 1” is “8, 8, 8, 8, 8, 8, 8, 8”. They’re off the same node. The only other ref I have to this is to reset it back to 0 at the very start.

I should mention this was a work around as the “counter” pin off of the “Do N times” node was also giving me 8, 8 times. Even with the print string directly after the node.

Nevermind, I’m just an idiot. This is how it should be.