From the NannyMUD documentation
2004-02-15
NAME
drop_money - the player drops some moneySYNTAX
int drop_money(object who, int howmuch, int silent)LOCATION
/obj/supportDESCRIPTION
This function is used when the player drops some money. A money object is created. The messages can be turned off, by giving a non-zero argument 'silent'.