NWNDS/nwn_dark_sun/ds_justlreward.nss
Jaysyn904 b01c5cc7db Added PnP Dire Rat.
Added PnP Dire Rat.
2021-07-21 17:48:43 -04:00

11 lines
374 B
Plaintext

#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);
}