parent objects - luxembourg/muxcode-clm GitHub Wiki
PARENT OBJECTS
TOPIC: PARENT OBJECTS
Parent objects provide a way for several objects to inherit common attributes, exits, and $-commands from a single object, so that changing the parent object affects all of its children. When searching for attributes or exits, first the object itself is checked, then the parent is checked only if the object does not have what was searched for.
Any attribute the parent object has will be passed down to its children, if they don't already have one. For instance, if the child object has no description, it will inherit the description of its parent.
Any exits the parent object has will show up in the exit list of the child, and may be used as normal exits.
The parent is searched for
{ 'help parent2' for more }