SetValidItemCostToken(int)

Specifies the amount of gold extra that is needed to create a magical item during the Smithy plot line of the original campaign.

void SetValidItemCostToken(
    int nPos
);

Parameters

nPos

Amount of gold extra.


Description

Sets custom token 777 with the local variable (NW_COMBO_REWARD_COST) which is the additional cost of making this item (paid to Smith)



Remarks

Script: nw_o0_itemmaker.nss: Line: 249

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.


Requirements

#include "nw_o0_itemmaker"

Version

1.29

See Also

functions: GetValidItem | GetValidItemCost | SetValidItem | SetValidItemCost
categories: Module Specific Functions


 author: Jody Fletcher