11 lines
348 B
Plaintext
11 lines
348 B
Plaintext
#include "nw_i0_plotwizard"
|
|
void main()
|
|
{
|
|
object oItemToTake = GetItemPossessedBy(GetPCSpeaker(), "it_ReynaldsHead");
|
|
DestroyObject(oItemToTake);
|
|
GiveGoldToCreature(GetPCSpeaker(), 10000);
|
|
PWSetMinLocalIntPartyPCSpeaker("p005state_ct_Saladin", 3);
|
|
PWSetMinLocalIntPartyPCSpeaker("p005state", 3);
|
|
PWGiveExperienceParty(GetPCSpeaker(), 500);
|
|
}
|