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