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