PWE_PRC8/_module/nss/p000q004_show.nss

11 lines
263 B
Plaintext
Raw Permalink Normal View History

2025-04-03 10:29:41 -04:00
#include "nw_i0_plotwizard"
int StartingConditional()
{
int nShow = GetLocalInt(GetPCSpeaker(), "p000state") >= 3;
if (nShow)
{
PWSetMinLocalIntPartyPCSpeaker("p000state_ct_PlotGiver", 4);
PWSetMinLocalIntPartyPCSpeaker("p000state", 4);
}
return nShow;
}