GivePlayerPersonalItem
From NWN Lexicon
Contents |
[edit] GivePlayerPersonalItem(object)
Gives the personal item of an assassination victim to the player.
void GivePlayerPersonalItem( object oPC );
[edit] Parameters
oPC
The player to receive the item.
[edit] Description
Gives the personal item of the assassination victim to the player. The tag of the personal item is retrieved from a local string that has been stored previously.
[edit] Remarks
Found in nw_j_assassin.nss on line 224
This is part of the Bioware assassination quest system. For it to work for you, you would have to adopt it, probably to the very last detail. This might not be the best way for you to make assassination quests, so if you donât do it exactly the âBioware-wayâ, youâre probably better off not using this (and similar) functions.
[edit] Requirements
#include " nw_j_assassin "
[edit] Version
1.28
[edit] See Also
functions: |
author: Lilac Soul, additional contributor(s): Lilac Soul