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

12 lines
261 B
Plaintext

#include "nw_i0_plotwizard"
int StartingConditional()
{
int nShow = GetLocalInt(GetPCSpeaker(), "p000state") >= 4;
if (nShow)
{
PWSetMinLocalIntPartyPCSpeaker("p000state_Heraclius", 5);
PWSetMinLocalIntPartyPCSpeaker("p000state", 5);
}
return nShow;
}