Defined in : #include <language.h>

Definition : (string) GET_NUM_DESC(value, max, maindescs)

Description: Match the value in a range 0-maximum 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.
             int max       - the maximum value possible.
             string *maind - the descriptions to choose from.

Returns    : string - the description associated with the value.

See also   : GET_NUM_DESC_SUB, GET_PROC_DESC and GET_PROC_DESC_SUB
