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

6 lines
115 B
Plaintext

int StartingConditional()
{
if (GetLocalInt(GetPCSpeaker(),"nArenaMaster")<1) return TRUE;
return FALSE;
}