HiddenTradition_PRC8/_module/nss/p001q003_action.nss

10 lines
309 B
Plaintext
Raw Permalink Normal View History

#include "nw_i0_plotwizard"
void main()
{
object oItemToTake = GetItemPossessedBy(GetPCSpeaker(), "LettertoPresterJohn");
DestroyObject(oItemToTake);
PWSetMinLocalIntPartyPCSpeaker("p001state_PresterJohn", 3);
PWSetMinLocalIntPartyPCSpeaker("p001state", 3);
PWGiveExperienceParty(GetPCSpeaker(), 300);
}