Defined in : #include <language.h>

Definition : (string) GET_PROC_DESC(value, maindescs)

Description: Match the value in a range 0-100% to a series of descriptions
             using a uniform distribution of descriptions over the value range.

Arguments  : int value     - the value to transform to a description.
             string *maind - the descriptions to choose from.

Returns    : string - the description associated with the value.

See also   : GET_PROC_DESC_SUB, GET_NUM_DESC and GET_NUM_DESC_SUB
