NWNDS/nwnds_module/ds_justlreward.nss
Jaysyn904 de24f81734 Added NWN Dark Sun module contents
Added NWN Dark Sun module contents.
2021-07-12 21:24:46 -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);
}