So I am still fairly new to python, but I want to learn it. Does anyone know how I can get the # from a text integer from one scene, and bring it to another scene? Or being able to save and load that score when the game starts? I would really like to study it.
My gut reaction is to add an Empty object that will have a ‘score’ property on it. If you know the scene and the object name then you can find this object to update a scoreboard with. It is my understanding that properties are saved in the regular Blender save/load system so saving and loading would come for free.
Thanks, But can you or someone else tell me how to transfer an integer property across scenes. One that can be changed. I think you can with messages but i don’t know.