I am using this event to get a step count.
◆Control Variables:#steps1 = Steps
◆Loop
◆Control Variables:#steps2 = Steps
◆Wait: 6
◆If:#0007 > #0006
◆Break Loop
◆
:End
◆
:Repeat Above
When the steps reach, say 1000, how do I reset them back to zero?
I tried changing the variable steps1 and steps2 to to =0, but it does nothing.
steps2 = 0
I also tried subtracting the steps variable by itself, still nada.
Steps2 -= steps2
◆Control Variables:#steps1 = Steps
◆Loop
◆Control Variables:#steps2 = Steps
◆Wait: 6
◆If:#0007 > #0006
◆Break Loop
◆
:End
◆
:Repeat Above
When the steps reach, say 1000, how do I reset them back to zero?
I tried changing the variable steps1 and steps2 to to =0, but it does nothing.
steps2 = 0
I also tried subtracting the steps variable by itself, still nada.
Steps2 -= steps2





