- Joined
- Jan 24, 2011
- Messages
- 4,898
I tried it but that doesn't work.
Also the Aliases I believe is done to prevent the need of having numerous "locals" as Grishnach thinks you only can have up to 200 of them? Hence the Aliases are in a table:
local cityAliases={}
cityAliases.London = civ.getCity(0)
cityAliases.Berlin = civ.getCity(1)
Unless this sort of table doesn't work?
Also the Aliases I believe is done to prevent the need of having numerous "locals" as Grishnach thinks you only can have up to 200 of them? Hence the Aliases are in a table:
local cityAliases={}
cityAliases.London = civ.getCity(0)
cityAliases.Berlin = civ.getCity(1)
Unless this sort of table doesn't work?