DestroyChapterRewardItem(int, object)
Destroys the chapter specific reward item given to oPC by the henchman.
void DestroyChapterRewardItem( int nChapter, object oPC );
Parameters
nChapter
A chapter of the official campaign
oPC
The player to destroy the item from.
Description
Destroys the chapter specific reward item given to oPC by the henchman.
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.
Requirements
#include "nw_i0_henchman"
Version
1.28
See Also
categories: | Henchmen/Familiars/Summoned Functions |
author: Lilac Soul, additional contributor(s): Lilac Soul