SYNOPSIS
  object find_living(string str)

DESCRIPTION
  Find first "living" object that has <str> as living name, set
  with set_living_name(). The object to search for must have
  called enable_commands(). There is a special hash table that
  speeds up the search for such living objects.
  If no living with this name is found, the list of interactive
  users is scanned for someone with <str> as id().

  Result is the found living, or 0.

EXAMPLE
  object ob;
  ob = find_living("Public Enenemy");

SEE ALSO
  find_player(sefun), enable_commands(E), set_living_name(E)
