Well, just wondering, how do you load the gold data from the save file? Because you can load other thing with a simple code :
So I thought that gold should be able to be load with a simple code as well, altho my 'gold= Marshal.load(file)' attempt failed...
Code:
for i in 0...4
Marshal.load(file) #party load
end
party = Marshal.load(file)
Marshal.load(file) #map load
map = Marshal.load(file)