My score is already global variable.
Then you can read/write the score on any scene, you have to do nothing, make sure you don’t reset the score to 0 in the next scene
You are adding 1200 points for each enemy killed, it’s Ok. If your score is getting back to 0, search for an action that sets it = 0, maybe at the beginning of the scene
Also, that score variable is not global
ok i made it now global variable, do i need to make object “dnevnica” also global object?
when i change it to global var my score doesn’t work