Population

There is another version of SetPopulation, which only accepts the one parameter. While it appears to be functional, it really isn't. What happens is the population is altered, but the number of assignable citizens is not. Therefore, use SetPopulation(int,bool) not SetPopulation(int).
 
Back
Top Bottom