lpmud/mudlib/
lpmud/mudlib/doc/
lpmud/mudlib/doc/LPC/
lpmud/mudlib/log/
lpmud/mudlib/players/
lpmud/mudlib/room/maze1/
lpmud/mudlib/room/sub/
int restore_object(name)
string name;

Restore all values of variables for current object from file "name".
It is illegal to have '.' or spaces in the name.
Return true if success.

See also save_object().