Relative Content

Tag Archive for pythonpygamethonnypgzero

Is there a way to make this if statement only run once?

I am trying to make a script that gives the player 5 lives for every 100 points. It works, however a bit too well. When I run the code, when i reach 100 points, it doesn’t stop giving lives, and only stops when I get more points.