VictimDeadButNoItems(object)

Determines whether the victim is dead but oPC does not carrying either the head or the personal item, otherwise FALSE.

int VictimDeadButNoItems(
    object oPC
);

Parameters

oPC

The victim to check the status of.


Description

Returns TRUE if the victim, oPC, is dead but oPC does not carrying either the head or the personal item, otherwise FALSE.



Remarks

Used to make the NWN assassin plots to work.


Requirements

#include "nw_j_assassin"

Version

1.22

See Also

functions: GetVictim | SetVictim
categories: Module Specific Functions


 author: Tom Cassiotis