DestroyChapterQuestItem

From NWN Lexicon
Revision as of 01:20, 26 August 2012 by Dood (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search



DestroyChapterQuestItem(int, object)

Destroys the chapter specific quest item given to oPC by the henchman.

void DestroyChapterQuestItem(
    int nChapter,
    object oPC
);

Parameters

nChapter

A chapter of the official campaign

oPC

The player to destroy item from


Description

Destroys the chapter specific quest item given to oPC by the henchman.



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.


Requirements

#include " nw_i0_henchman "

Version

1.28

See Also



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