new g_Round public Event_NewRound() { g_Round++ if (g_Round % 5 == 0) { //1ststuff } if(g_Round % 5 == 1 && g_Round > 1) { //2ndstuff } }