SYNOPSIS
  void create (int clone)

IMPLEMENTED
  Where necessary.

DESCRIPTION
  Called upon the initial creation of a blueprint or clone, if the
  more specialised functions create_obj()/create_clone()/create_inh() are
  not available.
  It has to initialize the object.

  Argument:
    clone: 0 if this object is a blueprint, else if a clone.

  Called by kernel objects.

