HiddenTradition_PRC8/_module/nss/p001q002_show.nss

12 lines
277 B
Plaintext
Raw Permalink Normal View History

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