phaseturn++; if (phaseturn == 1) { myattackchoice = 6; difficulty = 0; } if (phaseturn == 2) { myattackchoice = 10; difficulty = 0; } if (phaseturn == 3) { myattackchoice = 0; difficulty = 0; phaseturn = 2; }