SetLocalPlotIntOnCharacter

From NWN Lexicon



Contents

[edit] SetLocalPlotIntOnCharacter(object, int)

Sets a plot-specific integer on a creature.

void SetLocalPlotIntOnCharacter(
    object oNPC,
    int nPlotStateIndex
);

[edit] Parameters

oNPC

Creature or PC to set the plot integer on.

nPlotStateIndex

Plot state integer to set.


[edit] Description

Sets a local integer on oNPC with the name "PLOT2Q4" + GetTag(oNPC). This is used for tracking the movement/state of the plot.



[edit] Remarks

Found in nw_i0_2q4luskan.nss on line 28.


[edit] Requirements

#include " nw_i0_2q4luskan "

[edit] Version

1.28

[edit] See Also

functions: 

GetLocalPlotIntFromCharacter



 author: Charles Feduke
 

Personal tools
Categories