Currently all characters move around map together. however, they have different probabilities of being on specific locations.
These probabilities are defined in the locations distribution and can be accessed through get_location_distribution in company model. Columns in data file correspond to executives, office workers, road workers resp. and rows correspond to office, public, home.
Currently all characters move around map together. however, they have different probabilities of being on specific locations.
These probabilities are defined in the locations distribution and can be accessed through get_location_distribution in company model. Columns in data file correspond to executives, office workers, road workers resp. and rows correspond to office, public, home.
Make them move according to these probabilities