VictimDeadButNoItems
From NWN Lexicon
Contents |
[edit] 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 );
[edit] Parameters
oPC
The victim to check the status of.
[edit] Description
Returns TRUE if the victim, oPC, is dead but oPC does not carrying either the head or the personal item, otherwise FALSE.
[edit] Remarks
Used to make the NWN assassin plots to work.
[edit] Requirements
#include " nw_j_assassin "
[edit] Version
1.22
[edit] See Also
functions: |
author: Tom Cassiotis