if($game eq "Plant") { $userResponse=param('userResponse'); $realtotal=$number1 + $number2; $crops=param('crops'); $deadcrops=param('deadcrops'); if ($userResponse == $realtotal) { $crops=$crops+1; } if ($userResponse != $realtotal) { $deadcrops=$deadcrops+1; }