Yeah, that. It should look like this:So, are you saying that I should remove the "has" from the code? Is that what I should do?
Code:
#The Turk: Add Castle to indie/barb Damascus:
if iGameTurn == getTurnForYear(1096):
pPlot = gc.getMap().plot(22,43)
if pPlot.isCity():
pCity = pPlot.getPlotCity()
if pCity.getOwner() >= con.iNumPlayers:
pCity.setNumRealBuilding(con.iCastle, 1)
edit: Nice illustration, by the way!

