Shouldn't you have
Code: ags
instead of MyCounter +=1, and vice versa (= 0;) with the second one. The same could be done with a boolean variable, but I guess it all comes down to personal preference.
MyCounter = 1;
instead of MyCounter +=1, and vice versa (= 0;) with the second one. The same could be done with a boolean variable, but I guess it all comes down to personal preference.