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