GetInfiniteFlag
From NWN Lexicon
Contents |
[edit] GetInfiniteFlag(object)
Determines if the item is set to always be for sale.
int GetInfiniteFlag( object oItem );
[edit] Parameters
oItem
The item we are interested in.
[edit] Description
Returns TRUE if the item is flagged as infinite.
The infinite property affects the buying and selling behavior of the item in a store. An infinite item will still be available to purchase from a store after a player buys the item (non-infinite items will disappear from the store when purchased).
[edit] Version
1.67
[edit] See Also
functions: |
author: bernosky, editor: Mistress