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

12 lines
277 B
Plaintext

#include "nw_i0_plotwizard"
int StartingConditional()
{
int nShow = GetLocalInt(GetPCSpeaker(), "p001state_MasterPhilip") >= 1;
if (nShow)
{
PWSetMinLocalIntPartyPCSpeaker("p001state_MasterPhilip", 2);
PWSetMinLocalIntPartyPCSpeaker("p001state", 2);
}
return nShow;
}