int StartingConditional() { if (Random(2) == 0) return TRUE; return FALSE; }