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

6 lines
113 B
Plaintext

int StartingConditional()
{
if(GetLocalInt(GetPCSpeaker(),"nArenaTimes")>0) return TRUE;
return FALSE;
}