Function handle_subtract_money:
Defined in module money_d (file: /daemons/money_d.c)

substracts an amount of currency from a player and adds change.
returns an array of two mappings: substract and change, which
consist of the denominations which were used.

Prototype:
mapping array handle_subtract_money(object player, float f_amount, 
				     string type);
