GiveChapterRewardItem

From NWN Lexicon



Contents

[edit] GiveChapterRewardItem(int, object)

Gives a reward item to the player.

void GiveChapterRewardItem(
    int nChapter,
    object oPC
);

[edit] Parameters

nChapter

oPC


[edit] Description

Based on the value of nChapter, one of the henchman reward items is given to oPC. It also gives an amount of XP based on the value of nChapter.



[edit] Remarks

Found in nw_i0_henchman.nss on line 496

Probably not useful in everyday scripting. XP is only given if nChapter is 1, 2, or 3. My guess is that no item is given either for other values of nChapter.


[edit] Requirements

#include " nw_i0_henchman "

[edit] Version

1.28

[edit] See Also



 author: Lilac Soul, additional contributor(s): Lilac Soul
 

Personal tools
Categories