HiddenTradition_PRC8/_module/nss/p006q004_show.nss

12 lines
269 B
Plaintext
Raw Permalink Normal View History

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