How to display score like"001/200"
EpicoreGames
Member Posts: 188
As the tittle says , how can i display a score with 3 digits?
I want to make it shows 000/200 then 001/200 and so forth but i don't think i can make 3 digits with the score .
Is it possible to make what i want?
Comments
padInt(score,3).."/200"