HiddenTradition_PRC8/_module/nss/p006q003_action.nss

11 lines
341 B
Plaintext
Raw Normal View History

#include "nw_i0_plotwizard"
void main()
{
object oItemToTake = GetItemPossessedBy(GetPCSpeaker(), "it_porcelain");
DestroyObject(oItemToTake);
GiveGoldToCreature(GetPCSpeaker(), 500);
PWSetMinLocalIntPartyPCSpeaker("p006state_ct_Merem", 3);
PWSetMinLocalIntPartyPCSpeaker("p006state", 3);
PWGiveExperienceParty(GetPCSpeaker(), 200);
}