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!
ID:162702
Dec 6 2007, 5:50 pm
|
|
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 Now what I am wondering how I go about saving the variable owner for each house when the world closes. Help appreciated, thanks! |
Dec 6 2007, 5:59 pm
|
|
Make a new save file to store all the house information.
|