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

NameBrief Description
CreateFetchItemOnInternal function. Creates the item to be fetched on the object. Calls GetFetchItem to determine which item to create.
GetFetchItemInternal function. Gets a local string named NW_J_FETCH_ITEM.
GetPlotTagInternal function. Gets the value of a local string called NW_J_FETCH_PLOT_TAG.
GlobalInternal function. Returns the object (NW_J_FETCH_MYGLOBALS) where plot globals for this plot are supposed to be stored.
PlayerHasFetchItemInternal function. Checks to see if the player has an item specified by GetFetchItem.
SetFetchItemInternal function. Sets a local string named NW_J_FETCH_ITEM.
SetGlobalInternal function. Sets where all the globals (NW_J_FETCH_MYGLOBALS) for this plot are going to be stored.
SetPlotTagInternal function. Sets a local string named NW_J_FETCH_PLOT_TAG.
TakeFetchItemInternal function. Removes the plot related item from a player's inventory. Calls GetFetchItem to determine which item to take.


  author: Mistress, contributor: Graewerld