PWE_PRC8/_module/nss/p000q004_show.nss
Jaysyn904 ee1dc35889 Initial Commit
Initial Commit
2025-04-03 10:29:41 -04:00

11 lines
263 B
Plaintext

#include "nw_i0_plotwizard"
int StartingConditional()
{
int nShow = GetLocalInt(GetPCSpeaker(), "p000state") >= 3;
if (nShow)
{
PWSetMinLocalIntPartyPCSpeaker("p000state_ct_PlotGiver", 4);
PWSetMinLocalIntPartyPCSpeaker("p000state", 4);
}
return nShow;
}