GetPlotTag()

Retrieves the plot tag for a specific quest.

string GetPlotTag();

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: Global | TakeArtifactItem | TakeComplexItem | TakeStoryItem
categories: Module Specific Functions


 author: Tom Cassiotis