Function set_objects:
Defined in module container (file: /std/container.c)

Provide a list of objects to be loaded now and at every reset.  The key
should be the filename of the object, and the value should be the number
of objects to clone.  The value can also be an array, in which case the
first element is the number of objects to clone, and the remaining elements
are arguments that should be passed to create() when the objects are cloned.
An optional second string argument represents a specific relation which
should produce objects on reset()

Note:  the number already present is determined by counting the number of
objects with the same first id, and objects are only cloned to bring the
count up to that number.

Prototype:
varargs mixed array set_objects(mapping m,string relation);
