Added PnP Dire Rat.
Added PnP Dire Rat.
This commit is contained in:
17
nwn_dark_sun/ka_hunt1rew.nss
Normal file
17
nwn_dark_sun/ka_hunt1rew.nss
Normal file
@@ -0,0 +1,17 @@
|
||||
#include "nw_i0_tool"
|
||||
void main()
|
||||
{
|
||||
|
||||
object oPC = GetPCSpeaker();
|
||||
|
||||
object oItem;
|
||||
oItem = GetItemPossessedBy(oPC, "Gland1");
|
||||
|
||||
if (GetIsObjectValid(oItem))
|
||||
DestroyObject(oItem);
|
||||
|
||||
RewardPartyXP(1000, oPC, FALSE);
|
||||
|
||||
RewardPartyGP(1000, oPC, FALSE);
|
||||
|
||||
}
|
Reference in New Issue
Block a user