Nw j guard
From NWN Lexicon
[edit] nw_j_guard
These functions are specific to the Official Campaign.<br /><br />They manipulate the Official Campaign flags: NW_J_FETCH_MYGLOBALS, NW_J_FETCH_PLOT_TAG, and NW_J_UNIFORM_ITEM.<br /><br />NOTE: None of the functions contained in this file have prototypes.
[edit] Functions
Name | Brief Description |
---|---|
GetPlotTag | Internal function. Gets the value of a local string called NW_J_FETCH_PLOT_TAG. |
Internal function. Gets the tag of a guard's uniform. | |
Global | Internal function. Returns the object (NW_J_FETCH_MYGLOBALS) where plot globals for this plot are supposed to be stored. |
Internal function. Checks if a PC has a certain uniform equipped. | |
SetGlobal | Internal function. Sets where all the globals (NW_J_FETCH_MYGLOBALS) for this plot are going to be stored. |
SetPlotTag | Internal function. Sets a local string named NW_J_FETCH_PLOT_TAG. |
Internal function. Specifies the name of the uniform to be taken by the player during the original campaign. |
author: Charles Feduke, editor: Mistress, contributor: Graewerld