GetLocalPlotIntFromCharacter
From NWN Lexicon
Contents |
[edit] GetLocalPlotIntFromCharacter(object)
Retrieves the generic plot flag off of a creature.
int GetLocalPlotIntFromCharacter( object oNPC );
[edit] Parameters
oNPC
Creature to retrieve the plot tag from.
[edit] Description
Returns an integer that represents a Plot Flag from oNPC that is stored on them in a variable called "PLOT2Q4" + GetTag(oNPC)
[edit] Remarks
Function found in nw_i0_2q4luskan.nss on line 30.
[edit] Requirements
#include " nw_i0_2q4luskan "
[edit] Version
1.28
[edit] See Also
functions: |
author: John Shuell, editor: Charles Feduke