SYNOPSIS
  void save_object(string name)

DESCRIPTION
  Save values of variables of this object in the file <name>.

  Since microMud has a more complicated way of storing variables,
  this simul_efun just calls save(<name>) in the same object.

SEE ALSO
  restore_object(sefun)
