# English UHV: be first to enter the Industrial and Modern eras
if self.getGoal(iEngland, 2) == -1 and iGameTurn >= getTurnForYear(1400):
[COLOR="Red"]if gc.getTechInfo(iTech).getEra() == iIndustrial[/COLOR]:
[B]if self.getEnglishEras(0) == -1[/B]:
if iPlayer == iEngland:
self.setEnglishEras(0, 1)
if self.getEnglishEras(1) == 1:
self.setGoal(iEngland, 2, 1)
else:
self.setGoal(iEngland, 2, 0)
[B]elif self.getEnglishEras(1) == -1[/B]:
if iPlayer == iEngland:
self.setEnglishEras(1, 1)
if self.getEnglishEras(0) == 1:
self.setGoal(iEngland, 2, 1)
else:
self.setGoal(iEngland, 2, 0)