Defined in : #include <state_desc.h>

Definition : (string) GET_STAT_LEVEL_DESC( int stat, int level )

Description: Returns the description (e.g. musclebound, nimble) associated with
             a certain level in a certain stat.

Arguments  : int stat - the stat to describe.
             int level - the level of the stat for the player.

Returns    : string - the associated description

See also   : GET_STAT_INDEX_DESC, GET_EXP_LEVEL_DESC
