SetValidItemCost
From NWN Lexicon
Contents |
[edit] SetValidItemCost(int)
Specifies the amount of gold the combined item is worth during the Smith plot in original campaign.
void SetValidItemCost( int nPos );
[edit] Parameters
nPos
Amount of Gold.
[edit] Description
Determines amount of gold by cross-referencing a local array string of OBJECT_SELF. Sets the amount of gold into local variable (NW_COMBO_REWARD_GOLD).
[edit] Remarks
Script: nw_o0_itemmaker.nss: Line: 245
This is part of Biowareâs own quest and reward system. It is hardly useful for anyone not copying that system to the very last detail.
[edit] Requirements
#include " nw_o0_itemmaker "
[edit] Version
1.29
[edit] See Also
functions: |
author: Jody Fletcher