HiddenTradition_PRC8/_module/nss/p005q003_action.nss

11 lines
348 B
Plaintext
Raw Normal View History

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