Sets the amount of money offered as part of the player's trade offer.
SetTradeMoney(copper);
Arguments
Edit
- copper
- Amount of money, in copper, to offer for trade.
Example
Edit
The following will put Template:Cost into the trade window:
SetTradeMoney(1 * 100 * 100);
See also
Edit
Community content is available under CC-BY-SA
unless otherwise noted.