.DT
cost_string
DW_wibble creator help
cost_string
.SH Name
.SP 5 5
cost_string -  This method returns the costs of the item as a string.
.EP
.SH Syntax
.SI 5
string cost_string(object thing,
                   string place,
                   object buyer)
.EI
.SH Parameters
.SI 5
%^BOLD%^thing%^RESET%^ - the thing to buy
%^BOLD%^place%^RESET%^ - the money area it is being bought in
%^BOLD%^buyer%^RESET%^ - the person who is buying the object
.EI
.SH Returns
.SI 5
the string money value
.EI
.SH Defined in
.SI 5
/obj/peddler.c
.EI
.SH Description
.SP 5 5
This method returns the costs of the item as a string.
.EP