GetLocalPlotIntFromCharacter(object)

Retrieves the generic plot flag off of a creature.

int GetLocalPlotIntFromCharacter(
    object oNPC
);

Parameters

oNPC

Creature to retrieve the plot tag from.


Description

Returns an integer that represents a Plot Flag from oNPC that is stored on them in a variable called "PLOT2Q4" + GetTag(oNPC)



Remarks

Function found in nw_i0_2q4luskan.nss on line 30.


Requirements

#include "nw_i0_2q4luskan"

Version

1.28

See Also

functions: SetLocalPlotIntOnCharacter
categories: Module Specific Functions


 author: John Shuell, editor: Charles Feduke