From the NannyMUD documentation
2000-12-11
NAME
restore_object - load global variables in current object from fileSYNTAX
int restore_object(string filename)DESCRIPTION
Loads all nonstatic global variables from a specifically formatted file given by 'filename'. The format of the file is:variable_name variable_value intvar number stringvar "stringvalue" arrayvar ({ variable_values }) mappingvar ([ index:value ])NOTE
The filename on the disc will have a suffix '.o', which you should NOT include in the argument to restore_object().SEE ALSO
save_object in efun/object_related/save_object