ID:162702
 
I have made procs to save the world variables in my game, but I am confused as to saving my object variables. For example I have this:
obj/house1
var/owner
obj/house2
var/owner


Now what I am wondering how I go about saving the variable owner for each house when the world closes. Help appreciated, thanks!
Make a new save file to store all the house information.