SetPartyPlotFlag

From Dragon Age Toolset Wiki
Revision as of 23:46, 9 February 2010 by BryanDerksen (Talk | contribs) (looks alright, removing tag)

Jump to: navigation, search

Sets the value of a plot flag

void SetPartyPlotFlag(
object oParty,
string strPlot,
int nFlag,
int nValue,
int nCallScript = FALSE
);
Parameters:
oParty
Party Object ID
strPlot
Plot name to query
nFlag
Plot flag # to query (32-127)
nValue
Value to set (TRUE or FALSE)
nCallScript
Whether or not to call the plot script
Returns:

Nothing.

Source:

script.ldf

Description

Sets the state of a plot flag in a party's plot table.


See also

GetPartyPlotFlag, GetPartyPlotVar, SetPartyPlotVar