DestroyChapterRewardItem
From NWN Lexicon
Contents |
[edit] DestroyChapterRewardItem(int, object)
Destroys the chapter specific reward item given to oPC by the henchman.
void DestroyChapterRewardItem( int nChapter, object oPC );
[edit] Parameters
nChapter
A chapter of the official campaign
oPC
The player to destroy the item from.
[edit] Description
Destroys the chapter specific reward item given to oPC by the henchman.
[edit] Remarks
nw_i0_henchman.nss: 484
Remarks: Uses the tag of OBJECT_SELF, so Bioware is only using the function in scripts owned by the henchmen. Indeed, I can think of no way this function would be useful to the rest of us.
[edit] Requirements
#include " nw_i0_henchman "
[edit] Version
1.28
[edit] See Also
author: Lilac Soul, additional contributor(s): Lilac Soul