HiddenTradition_PRC8/_module/nss/p006q003_action.nss
2024-06-20 15:47:42 -04:00

11 lines
341 B
Plaintext

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