HasPersonalItem(object)
Checks if the player has the henchman’s personal item.
int HasPersonalItem( object oPC );
Parameters
oPC
The player to check for the item
Description
Returns TRUE if oPC has either: The personal item for the henchman, or the reward item for the henchman from either chapter 1 or 2 of the official campaign. If oPC has neither of these, and on error, it returns FALSE.
Remarks
Found in nw_i0_henchman.nss on line 283
Hardly useful for anyone except Bioware.
Requirements
#include "nw_i0_henchman"
Version
1.28
See Also
functions: | StripAllPersonalItemsFromEveryone |
categories: | Henchmen/Familiars/Summoned Functions | Module Specific Functions |
author: Lilac Soul, additional contributor(s): Lilac Soul