GetPlotTag
From NWN Lexicon
Contents |
[edit] GetPlotTag()
Retrieves the plot tag for a specific quest.
string GetPlotTag();
[edit] Description
Returns the plot (or journal) tag for the quest.
[edit] Remarks
GetPlotTag is once in every BioWare script file that controls a specific quest. This way the code that runs one quest looks very similar to another script.
This function is of little use for general scripting
needs.
[edit] Requirements
#include " nw_j_artifact "
[edit] Version
1.22
[edit] See Also
functions: |
author: Tom Cassiotis