Hello.
I generate a small world using arrays, that defines if the population got a work or not.
-If they have a work, i create a workplace for them - and store that workplaces position in another array
-Now i want them to go to THAT work place (using pathfinder)
CAPX
https://www.dropbox.com/s/efz7cs2cr2gq0 ... .capx?dl=0
Evt_Startup sets the arrays
Evt_Neutral sends the population to work.
My problem is that they go to the top left corner, and dont find the paths in the array "EW_Info" what am i doing wrong here?