Hello!
Basically i have done that
On start of layout
If BESTSCORE>=100 set POINTS to 100
If BESTSCORE>=200 set POINTS to 200
If BESTSCORE>=300 set POINTS to 300
ecc..
ecc...
So everytime i start a game loop based on my best score the game makes me start with a determinated number of points
I'm asking if there is another way to do this exact same thing wihout coding the same thing infinite time
i hope i explained myself