SetStoreGold(object, int)

Sets the amount of gold a store has.

void SetStoreGold(
    object oidStore,
    int nGold
);

Parameters

oidStore

Store to set gold on

nGold

Amount of gold the store will have


Description

Sets the amount of gold a store has. -1 means the store does not use gold.



Remarks

Stores don't use gold by default. A store that uses gold will only buy items that it can afford. Stores that don't will buy items of any price, unless you specify a max price with the SetStoreMaxBuyPrice command.

Whenever a store makes a transaction with a player, the gold gained or spent is automatically reflected in the store's gold supply.

Having a store identify an item will also add the gold you pay for the identification to the store's gold.


Version

1.61

See Also

functions: GetStoreGold
categories: Store Functions | Money Functions


 author: Lilac Soul, editor: Mistress