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

10 lines
309 B
Plaintext

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