PlayerHasHead
From NWN Lexicon
Contents |
[edit] PlayerHasHead(object)
Checks if a PC has the head of the assassination victim.
int PlayerHasHead( object oPC );
[edit] Parameters
oPC
Player to check for head
[edit] Description
Returns TRUE if oPC possesses the victimâs head, which is retrieved with the function GetAssassinHead(); Returns FALSE in all other cases, including errors.
[edit] Remarks
Found in nw_j_assassin.nss line 332
Hardly useful in everyday scripting.
[edit] Requirements
#include " nw_j_assassin "
[edit] Version
1.28
[edit] See Also
functions: |
author: Lilac Soul, additional contributor(s): Lilac Soul