How to add "pushMission" in this code?
And what should I write in "pushMission"?
Code:
def checkTurn(self, iGameTurn):
if (iGameTurn == 2):
self.makeUnit(gc.getInfoTypeForString('UNIT_SETTLER'), iRome, tArezzo, 3)
self.flipCity(2, tMilano, 0, 1, iRome, [])


