[LUA] Can I have multiple copies of the same building in a city?

turingmachine

Emperor
Joined
May 4, 2008
Messages
1,438
Can I use LUA to add the same building to a city more than once (i.e. a dummy building that gives a specific resource)? Is it just a matter of doing, say, "pCity:SetNumRealBuilding(XXX, 3);" or do I have to do something special?

Does having multiple copies of a building in a city cause any problems?

Thanks in advance.
 
Yes you can, and yes it is. Pretty sure it doesn't cause issues as that's how Spatz got most of his "magic stuff" to work
 
Back
Top Bottom