Defined in : <money.h>

Definition : (object) MONEY_MAKE(int amount, string type)

Description: The routine everybody always wanted! It makes money...
             Note that you need an "euid" before making money!

Arguments  : int amount - the number of coins to make.
             string type - the type of money to make.

Returns    : object - the object pointer to the money made.

Note       : The mud may define local routines MONEY_MAKE_*C(amount)
             where "*" is replaced with a letter for the local coin type.
	     MAKE_MONEY_GC(amount) makes gold coins, et cetera.
