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

11 lines
346 B
Plaintext

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