int StartingConditional() { object oMyth = GetObjectByTag("fr_portal_mythallar"); if(GetLocalInt(oMyth, "Portal") == 1) return TRUE; else return FALSE; }