I have a variable which equals 100 which I want to reduce by 1 then if the variable reaches 0 I want it to increment by 1, but however when it reaches 0 it adds 1 then it minuses again which I don’t want until the variable is actually 100.
I’m using a Set Timer by Event to add and minus the variable.
How can I fix this?
Thank you