(Solved) HELP Reverse Score

how to have a starting score display at “999” instead of “0”?

Hi, welcome. Could you show your events? It should be actually quite straightforward to show the score. If it is stored in a scene variable called “score”, it should be VariableString(score).

i have only write “Variable String(p score)”

If the name of your variable is ‘p score’, this is a problem because a variable name with space between the letters is not working. You could name it p_score instead. If this is not fixing your problem, it would be helpful, as mentioned before, to see your events.

Edit: I just realized that Gdevelop doesn’t like variables with space (there is probably a red wavy line under the variable name) but is forgiving enough to process them.

1 Like

thank youuuuuuuuuuuuuuuuuuu, it worked

2 Likes