Defined in : #include <macros.h>

Definition : (string) MONEY_TEXT_NUM( int * )

Description: Describes an array of coins using numerical values.

Arguments  : int * - the money array (smallest denomination first)

Example    : MONEY_TEXT_NUM( ({ 4, 3, 2, 1 }) )   ->  
                 "1 platinum, 2 gold, 3 silver and 4 copper coins"

See also   : MONEY_TEXT
