HasChapterQuestItem(int, object)

Checks if player has the chapter quest item.

int HasChapterQuestItem(
    int nChapter,
    object oPC
);

Parameters

nChapter

A chapter of the official campaign

oPC

The player to check for the item on


Description

Returns TRUE if oPC has the henchman quest item for chapter number nChapter of the official campaign. If not, or on error, it returns FALSE.



Remarks

Found in nw_i0_henchman.nss on line 465

Hardly useful for anyone except Bioware.


Requirements

#include "nw_i0_henchman"

Version

1.28

See Also

categories: Private Functions Functions


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