.DT
set_value
Discworld object help
set_value

Name
.SI 5
set_value - Sets the amount of money the item costs in brass coins.
.EI

Syntax
.SI 5
void set_value(int val);
.EI

Description
.SP 5 5
This is used by the shops and other such things to price objects.  You can
either use this or adjust_money to set the cost of your objects.
.EP

Example
.SI 5
set_value(10000);
.EI

See also
.SP 5 5
query_value, adjust_money, query_money_array, query_money, adjust_value
.EP
