Hello, how can I save all variables of all of the objects in the scene for them to be loaded and created again with correct names/other variables later?
You’ll have to use a for-each object event, and store each object’s variables into a scene array or structure variable. Then save the scene variable. I don’t know of a simpler way.