int x = TethysGame::GetRand(512); int y; if (x < 28 || x > 501) { y = TethysGame::GetRand(232); } else { y = TethysGame::GetRand(256); }