[Solved] Variable counter

Hey there, so i have a counter that goes subtracts by 1 frequently. The problem is that i want it to stop at 0. Its not stopping, it counts into negative numbers. How do i fix this?

Add a condition in your Wait event if Counter > 0

Hey there, thanks for the reply, I added the condition you mentioned and deleted the “wait 0.2 seconds” and it worked perfectly, thanks again!