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

6 lines
114 B
Plaintext

int StartingConditional()
{
int nShow = GetLocalInt(GetPCSpeaker(), "p000state_Renthran") >= 1;
return nShow;
}