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

15 lines
470 B
Plaintext

#include "nw_i0_plotwizard"
int StartingConditional()
{
int nShow = GetLocalInt(GetPCSpeaker(), "p001state") == 3;
if (nShow)
{
GiveGoldToCreature(GetPCSpeaker(), 2000);
PWSetMinLocalIntPartyPCSpeaker("p001state_MasterPhilip", 5);
PWSetMinLocalIntPartyPCSpeaker("p001state", 5);
PWGiveExperienceParty(GetPCSpeaker(), 300);
AddJournalQuestEntry("p001", 5, GetPCSpeaker(), TRUE, FALSE, FALSE);
}
return nShow;
}