HiddenTradition_PRC8/_module/nss/p003q003_action.nss

11 lines
346 B
Plaintext
Raw Normal View History

#include "nw_i0_plotwizard"
void main()
{
object oItemToTake = GetItemPossessedBy(GetPCSpeaker(), "it_baldwinletter");
DestroyObject(oItemToTake);
GiveGoldToCreature(GetPCSpeaker(), 200);
PWSetMinLocalIntPartyPCSpeaker("p003state_BaldwinIV", 3);
PWSetMinLocalIntPartyPCSpeaker("p003state", 3);
PWGiveExperienceParty(GetPCSpeaker(), 100);
}