GetValidItem()
Gets a name of an item that can made at the Forge in the official campaign.
string GetValidItem();
Description
Returns a string from the LocalString "M3Q1_VALIDITEM" on the calling object.
Remarks
Function found in nw_o0_itemmaker.nss on line 254.
Used in the offical campaign to verify that an item is allowed to be made at the Forge.
Requirements
#include "nw_o0_itemmaker"
Version
1.22
See Also
functions: | SetValidItem | SetValidItemCost | SetValidItemCostToken |
categories: | Module Specific Functions |
author: John Shuell