.\"find a player by name .TH find_player() 3 .SH NAME find_player() - find a player by name .SH SYNOPSIS object find_player( string str ); .SH 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(). .SH SEE ALSO lower_case(3), find_living(3), set_living_name(3)