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

13 lines
336 B
Plaintext

#include "nw_i0_plotwizard"
int StartingConditional()
{
int nShow = GetLocalInt(GetPCSpeaker(), "p003state_BaldwinIV") >= 3;
if (nShow)
{
PWSetMinLocalIntPartyPCSpeaker("p003state_Guy", 4);
PWSetMinLocalIntPartyPCSpeaker("p003state", 4);
AddJournalQuestEntry("p003", 4, GetPCSpeaker(), TRUE, FALSE, FALSE);
}
return nShow;
}