How can i keep a value without making an extra variable ( Array wont help this one )

I have 100 duplications of 1 macro and an int which is iterating ( count++ each frame ).

I want each macro to save the value of the iterator when this very macro was functioning .

Can you add a ‘local int’ to the macro, and assign the iterating int to that when needed? You can look at the Do Once macro for an example of a Local Bool.