From the NannyMUD documentation
2001-03-31
NAME
load - Load an object.SYNTAX
load [-f]DESCRIPTION
If the object defined by "file" isn't loaded, it will be. At this time reset() will be called with the argument zero, reset(0). If the object was loaded already, nothing will happen to it. Actually, this is done by calling a non-existing function in the object; the driver has to load the object before checking for the function. Rooms can also be loaded by just walking to them. The flag, -f, will prevent the use of catch() when loading, which is the default.SEE ALSO
clone in wizcommands/object/cloneSEE ALSO
refresh in std/module/default/refreshSEE ALSO
update in wizcommands/object/update