Name: find_player - find a player

Syntax:
       object find_player(string name)

Description:
       The find_player efun finds a player with name 'name'.
       If you know that you are looking for a player use this function
       rather than find_living.

Return value:
       If the player is found, its object pointer is returned, else 0.

Examples:
       object nobody;
       nobody=find_player("nobody");

See also: lib/find_user, efun/find_living, efun/find_object