HasRewardItem(object, int, object)

Checks the PC's party for the reward item.

int HasRewardItem(
    object oPC,
    int nQuest = 1,
    object oNPC = OBJECT_SELF
);

Parameters

oPC

PC whose party we want to check for the item

nQuest

The quest number (Default: 1)

oNPC

The quest giver (Default: OBJECT_SELF)


Description

See if a PC's party is carrying the reward item.



Remarks

Returns TRUE if the party has the reward item in its possession, otherwise it returns FALSE, including if either oPC or oNPC is an invalid object.

This is part of BioWare's quest handling system. Unless you delve thoroughly into that system, and use it all the time, you probably won't need this function.


Requirements

#include "x0_i0_plotgiver"

Version

1.61

See Also

categories: Module Specific Functions


 author: Lilac Soul