Defined in : <money.h>

Definition : int TOTAL_MONEY(object ob)

Description: Returns the total amount of money in object ob. This can be a
             living or a container.

Arguments  : object ob - the object to check.

Returns    : int - the total amount of money (in the lowest denomination).
