NWN2Wiki
Advertisement
// This will read a vector from the  specified campaign database
// The database name IS case sensitive and it must be the same for both set and get functions.
// The var name must be unique acrossed the entire database, regardless of the varible type.
// If you want a variable to pertain to a specific player in the game, provide a player object.
// AFW-OEI 09/08/2006: Campaign DB functions are not currently supported.
vector GetCampaignVector(string sCampaignName, string sVarName, object oPlayer=OBJECT_INVALID);
Advertisement