GetArtifactItem()
Gets the Tag of a plot item for an quest in the Official Campaign
string GetArtifactItem();
Description
Returns the Tag of the Artifact item from the plot global object under the variable "NW_J_ARTIFACT_ITEM".
Remarks
Function found in nw_j_artifact.nss on line 114
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 "ComplexItems" instead of Artifacts. 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_artifact"
Version
1.22
See Also
functions: | GetComplexItem | GetFetchItem | GetStoryItem | Global | PlayerHasArtifactItem | SetArtifactItem | TakeArtifactItem |
categories: | Module Specific Functions |
author: John Shuell