Defined in : #include <state_desc.h>

Definition : (string) GET_STAT_INDEX_DESC( int stat, int index )

Description: Returns the description (e.g. musclebound, nimble) associated with
             a certain index in the array of descriptions for a certain stat.

Arguments  : int stat - the stat to describe.
             int index - the index in the description array.

Returns    : string - the associated description.

See also   : GET_STAT_LEVEL_DESC, GET_EXP_LEVEL_DESC
