GetPlotTag

From NWN Lexicon
Jump to navigationJump to search



GetPlotTag()

Retrieves the plot tag for a specific quest.

Description

Returns the plot (or journal) tag for the quest.



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.


Requirements

#include " nw_j_artifact "

Version

1.22

See Also

functions: 

TakeStoryItem



 author: Tom Cassiotis