Defined in : <money.h>

Definition : MONEY_MAKE_HERE(int amount, string type)

Description: The routine everybody always wanted! It makes money...
             And even better than just MONEY_MAKE, it also delivers it
	     "here", that is, to the inventory of the code that calls it.
	     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.

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