PWE_PRC8/_module/nss/p000q003_action.nss

10 lines
341 B
Plaintext
Raw Permalink Normal View History

2025-04-03 10:29:41 -04:00
#include "nw_i0_plotwizard"
void main()
{
object oItemToTake = GetItemPossessedBy(GetPCSpeaker(), "BanditHead");
DestroyObject(oItemToTake);
GiveGoldToCreature(GetPCSpeaker(), 50);
PWSetMinLocalIntPartyPCSpeaker("p000state_ct_PlotGiver", 3);
PWSetMinLocalIntPartyPCSpeaker("p000state", 3);
PWGiveExperienceParty(GetPCSpeaker(), 100);
}