DestroyChapterQuestItem
From NWN Lexicon
Contents |
[edit] DestroyChapterQuestItem(int, object)
Destroys the chapter specific quest item given to oPC by the henchman.
void DestroyChapterQuestItem( int nChapter, object oPC );
[edit] Parameters
nChapter
A chapter of the official campaign
oPC
The player to destroy item from
[edit] Description
Destroys the chapter specific quest item given to oPC by the henchman.
[edit] Remarks
nw_i0_henchman.nss: 475
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