S seregavlg Chieftain Joined Jan 22, 2012 Messages 4 Jan 30, 2012 #1 How i can hurry production in all cities or all ai cities?
killmeplease Mk Z on Steam Joined Nov 22, 2007 Messages 2,795 Location Samara Feb 4, 2012 #2 to loop through cities, use: for city in player:Cities() do -- do something with city object here end dont know how to hurry production though
to loop through cities, use: for city in player:Cities() do -- do something with city object here end dont know how to hurry production though