SYNOPSIS
  object find_player(string str)

DESCRIPTION
  Find a user with the name <str>. Users are found even if
  they are invisible or link dead. Monsters are not found.
  The name may have been set using set_living_name(), or just
  to trigger a positive id().

  Result is the found user, or 0.

EXAMPLE
  object ob;
  ob = find_player("ergberg");

SEE ALSO
  find_living(sefun), set_living_name(E), find_object(E)
