nw_j_theft
These functions are specific to the Official Campaign.They manipulate the Official Campaign flags: NW_J_FETCH_MYGLOBALS, NW_J_FETCH_ITEM, and NW_J_FETCH_PLOT_TAG.
NOTE: None of the functions contained in this file have prototypes.
Functions
Name | Brief Description |
---|---|
CreateFetchItemOn | Internal function. Creates the item to be fetched on the object. Calls GetFetchItem to determine which item to create. |
GetFetchItem | Internal function. Gets a local string named NW_J_FETCH_ITEM. |
GetPlotTag | Internal function. Gets the value of a local string called NW_J_FETCH_PLOT_TAG. |
Global | Internal function. Returns the object (NW_J_FETCH_MYGLOBALS) where plot globals for this plot are supposed to be stored. |
PlayerHasFetchItem | Internal function. Checks to see if the player has an item specified by GetFetchItem. |
SetFetchItem | Internal function. Sets a local string named NW_J_FETCH_ITEM. |
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. |
TakeFetchItem | Internal function. Removes the plot related item from a player's inventory. Calls GetFetchItem to determine which item to take. |
author: Mistress, contributor: Graewerld