int StartingConditional() { object oPC = GetPCSpeaker(); if ((2+2) == 5) return TRUE; return FALSE; }