GetStoreGold

From NWN Lexicon



Contents

[edit] GetStoreGold(object)

Returns the amount of gold a store currently has.

void GetStoreGold(
    object oidStore
);

[edit] Parameters

oidStore

Store to get the gold from


[edit] Description

Returns the amount of gold a store currently has. -1 indicates it is not using gold. -2 indicates the store could not be located.



[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: 

SetStoreGold



 author: Lilac Soul, editor: Mistress
 

Personal tools
Categories