Defined in : <macros.h>

Definition : string FORMAT_PLNAME(object player)

Description: Displays a (capitalized) player name in an 11 space field with
             justification to the left to make it easier to print in tables.
	     Will return "Unknown" when player isn't an object.

Arguments  : object player - the player.

Returns    : string - the capitalized name of the player with spaces padded.

Example    : FORMAT_PLNAME(foobar_player) -> "Foobar     "

See also   : FORMAT_NAME
