GetFetchItem()
Gets the tag of a plot item for a quest in the Official Campaign.
string GetFetchItem();
Description
Returns the Tag of the Artifact item from the plot global object under the variable "NW_J_FETCH_ITEM".
Remarks
Function found in nw_j_fetch.nss on line 146
It seems this set of functions are centered around storing plot item related information on NPCs for simple fetch related quests. All of these functions are relatively straight forward and easy to understand at a glance.
There is also another script of the exact same functions but works with "ArtifactItems" instead of Fetch. The scripts are identical but seperated to make coding between them easier to understand and add functionality to later. See the "See Also" section for the other functions.
Requirements
#include "nw_j_fetch"
Version
1.22
See Also
functions: | GetArtifactItem | GetComplexItem | GetFetchee | Global | PlayerHasFetchItem | SetFetchItem | TakeComplexItem | TakeFetchItem |
categories: | Module Specific Functions |
author: John Shuell, editor: Mistress, contributor: Graewerld