10 lines
341 B
Plaintext
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);
|
||
|
}
|