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

12 lines
269 B
Plaintext

#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;
}