.\"save the values of variables in an object into a file

.DT
save_object
Discworld driver help
save_object

Name
.SI 5
save_object() - save the values of variables in an object into a file

.EI
Synopsis
.SI 5
void save_object(string name)

.EI
Description
.SP 5 5
Save all values of variables of this object in the file "name".
It is illegal to have '.' or space in the field name.  The valid_write()
function in master.c determines whether or not the save_object is allowed
to write the save file.

.EP
See also
.SI 5
restore_object(3).
.EI
