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

12 lines
271 B
Plaintext

#include "nw_i0_plotwizard"
int StartingConditional()
{
int nShow = GetLocalInt(GetPCSpeaker(), "p003state_BaldwinIV") >= 3;
if (nShow)
{
PWSetMinLocalIntPartyPCSpeaker("p003state_BaldwinIV", 5);
PWSetMinLocalIntPartyPCSpeaker("p003state", 5);
}
return nShow;
}