SetCampaignDBVectorOnAll
From NWN Lexicon
Contents |
[edit] SetCampaignDBVectorOnAll(object, string, vector)
Sets a campaign DB vector variable on all PCs in a PC's party
void SetCampaignDBVectorOnAll( object oPC, string strVarName, vector vValue );
[edit] Parameters
oPC
Player Character
strVarName
campaign DB vector variable name
vValue
vector to be stored
[edit] Description
Given a PC, variable name and vector, sets a campaign database vector variable on all Player Character members of the PC's party.
[edit] Remarks
Does not include associates.
Include library for party-wide functions.
NOTE: this library is included in "x0_i0_common" already.
Do NOT dual-include both files or you will get errors!
[edit] Requirements
#include " X0_I0_PARTYWIDE "
[edit] Version
1.61
[edit] See Also
author: Peter Busby