I'm doing this a lot through my games in loops and I feel like there should be a shorthand for it...?
a-=1 if a<=0 then a=0 end |
And similar type of counting, etc...
[Please log in to post a comment]
I'm doing this a lot through my games in loops and I feel like there should be a shorthand for it...?
a-=1 if a<=0 then a=0 end |
And similar type of counting, etc...
[Please log in to post a comment]