ID:173540
 
Code it so that it would save money and Level from this

var's
------------
level
-----
zenni
------------

mob
Login()
..()

Write(savefile/F)
..()

F["last_x"] << x
F["last_y"] << y
F["last_z"] << z

How could i make it save zenni or level or stuff like that
Write() and Read() handle all the non-temporary vars themselves, so the code you've got there already does what you want by virtue of having "..()" in it.