Files
HeroesStone_PRC8/_module/nss/p000q003_show.nss
Jaysyn904 1eefc84201 Initial Commit
Initial Commit.
2025-09-14 15:40:46 -04:00

12 lines
269 B
Plaintext

#include "nw_i0_plotwizard"
int StartingConditional()
{
int nShow = GetLocalInt(GetPCSpeaker(), "p000state_Renthran") >= 2;
if (nShow)
{
PWSetMinLocalIntPartyPCSpeaker("p000state_Renthran", 3);
PWSetMinLocalIntPartyPCSpeaker("p000state", 3);
}
return nShow;
}