GetValidItemCost
From NWN Lexicon
Contents |
[edit] GetValidItemCost()
Used to determine the cost of making an item at the forge.
[edit] Description
Returns an integer from the Local variable "M3Q1_VALIDITEMCOST" on the calling object.
[edit] Remarks
Function found in nw_o0_itemmaker.nss on line 258.
Checks a local integer "M3Q1_VALIDITEMCOST" on the OBJECT_SELF object to determine the cost of an object. This would need to be called from a script that executes on an object.
[edit] Requirements
#include " NW_O0_ITEMMAKER "
[edit] Version
1.22
[edit] See Also
functions: |
author: John Shuell, editor: Charles Feduke, additional contributor(s): Ivan Hawkes