SetPlotTag
From NWN Lexicon
Contents |
[edit] SetPlotTag(string)
Specifies the name of the item used in the Artifact plot line in the Original Campaign.
void SetPlotTag( string sTag );
[edit] Parameters
sTag
Name of item.
[edit] Description
Sets the local variable (NW_J_ARTIFACT_PLOT_TAG) with the tag of the item being searched for in the Artifact plot.
[edit] Remarks
Script: nw_j_artifact.nss: Line: 65
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_j_artifact "
[edit] Version
1.29
[edit] See Also
functions: |
author: Jody Fletcher