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

8 lines
240 B
Plaintext

int StartingConditional()
{
object oOb=GetNearestObjectByTag("ARENA_EventMaster",GetPCSpeaker(),1);
object oCon=GetLocalObject(oOb,"oContestant");
if (oCon!=OBJECT_INVALID&&oCon!=GetPCSpeaker()) return TRUE;
return FALSE;
}