Added PnP Dire Rat.
Added PnP Dire Rat.
This commit is contained in:
10
nwn_dark_sun/ds_justlreward.nss
Normal file
10
nwn_dark_sun/ds_justlreward.nss
Normal file
@@ -0,0 +1,10 @@
|
||||
#include "nw_i0_plotwizard"
|
||||
void main()
|
||||
{
|
||||
object oItemToTake = GetItemPossessedBy(GetPCSpeaker(), "QST_LASKCHFHEAD");
|
||||
DestroyObject(oItemToTake);
|
||||
CreateItemOnObject("QST_ITNCK_JUSTL", GetPCSpeaker());
|
||||
PWSetMinLocalIntPartyPCSpeaker("p001state_Justl", 3);
|
||||
PWSetMinLocalIntPartyPCSpeaker("p001state", 3);
|
||||
PWGiveExperienceParty(GetPCSpeaker(), 2000);
|
||||
}
|
Reference in New Issue
Block a user