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

Set the relations which are legal for a complex container.  Example:
set_relations("on", "in", "under").  The first one is the default
relation (the one used by set_objects(), etc)

Prototype:
void set_relations(string array rels...);
