Defined in : #include <macros.h>

Definition : (string) MONEY_TEXT_NUM_SPLIT( int )

Description: Describes a number of copper coins in the smallest possible
             denominations, but using numerical values.

Arguments  : int - the value in copper coins

Example    : MONEY_TEXT_NUM_SPLIT( 2056 )   ->  
                 "1 platinum, 2 gold, 3 silver and 4 copper coins"

See also   : MONEY_TEXT_SPLIT
