NAME
find_player() - find a player by name
SYNOPSIS
object find_player( string str );
DESCRIPTION
Find a player with the name . The string must be lowercase.
Players are found even if they are invisible or link dead.
Monsters are not found.
This function uses the name that is set by set_living_name().
SEE ALSO
lower_case(3)
, find_living(3)
, set_living_name(3)