HiddenTradition_PRC8/_module/nss/p002q009_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(), "p002state_Siagribo") >= 8;
if (nShow)
{
PWSetMinLocalIntPartyPCSpeaker("p002state_Siagribo", 9);
PWSetMinLocalIntPartyPCSpeaker("p002state", 9);
}
return nShow;
}