SetStoreMaxBuyPrice
From NWN Lexicon
Contents |
[edit] SetStoreMaxBuyPrice(object, int)
Sets the maximum amount a store will pay for any item.
void SetStoreMaxBuyPrice( object oidStore, int nMaxBuy );
[edit] Parameters
oidStore
Store object to handle
nMaxBuy
Maximum price the store will pay
[edit] Description
Gets the maximum amount a store will pay for any item. -1 means price unlimited.
[edit] Remarks
This can also be set directly in the Toolset.
By default, stores don't have a maximum buy price.
[edit] Version
1.61
[edit] See Also
functions: |
author: Lilac Soul, editor: Mistress