Jaysyn904 ee1dc35889 Initial Commit
Initial Commit
2025-04-03 10:29:41 -04:00

10 lines
341 B
Plaintext

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