Shargast_PRC8/_module/Chapter 2/nss/p015q004_show.nss

12 lines
268 B
Plaintext
Raw Normal View History

2024-08-03 14:13:18 -04:00
#include "nw_i0_plotwizard"
int StartingConditional()
{
int nShow = GetLocalInt(GetPCSpeaker(), "p015state") >= 3;
if (nShow)
{
PWSetMinLocalIntPartyPCSpeaker("p015state_ct_PlotGiver_Asn", 4);
PWSetMinLocalIntPartyPCSpeaker("p015state", 4);
}
return nShow;
}