GetGreetingVar

From NWN Lexicon



Contents

[edit] GetGreetingVar(int, object)

This variable keeps track of whether or not the player has talked to this henchman.

int GetGreetingVar(
    int nChapter,
    object oPC
);

[edit] Parameters

nChapter

The chapter the player is in.

oPC

The player to test for.


[edit] Description

Returns TRUE if the integer found on the player with the variable name of "NW_L_HEN"+ henchmans tag + nChapter is equal to 10.



[edit] Remarks

Function found in nw_i0_henchman.nss on line 180

This function can let a henchman know if he has talked to the player for this particular chapter yet.


[edit] Requirements

#include " nw_i0_henchman "

[edit] Version

1.22

[edit] See Also

functions: 

SetGreetingVar



 author: John Shuell
 

Personal tools
Categories