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