HiddenTradition_PRC8/_module/nss/p003q002_show.nss

12 lines
259 B
Plaintext
Raw Permalink Normal View History

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