OK, so I am making an RPG style game and I am presently in the frameworks. I've got a text document loading enemies in, but at the moment I need some way to figure out how to add some of these enemies(and later other objects) to respective arrays so that they are not all in one "cell" of my world.(World is made by a 2D array that is controlled by horizontal and vertical variables.)
Here is the scenario and if you have any questions I can elaborate on what I'm doing.

