SetStoreGold
From NWN Lexicon
Contents |
[edit] SetStoreGold(object, int)
Sets the amount of gold a store has.
void SetStoreGold( object oidStore, int nGold );
[edit] Parameters
oidStore
Store to set gold on
nGold
Amount of gold the store will have
[edit] Description
Sets the amount of gold a store has. -1 means the store does not use gold.
[edit] 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.
[edit] Version
1.61
[edit] See Also
functions: |
author: Lilac Soul, editor: Mistress