Help with understanding what needs to be debugged.
Posted: Mon May 14, 2018 5:49 am
I have an open world game I’m working on, but I’ve hit error I don’t know how to fix. I’m in the process of creating an AI that remembers everything it learns about the map. I’m using dimensions such as ail(z,x,y) to denote that the AI of clan z has found a lake at point x,y. I’m also using variables such as aics(x,y) to denote that the AI for clan x has a value for the clan size of clan y. I’ve created a DIM for each of the variables used.
At some point when these variables start getting accessed the game ends and it kicks me to the debug screen where I can see the values for all the variables. I don’t know what it’d like me to do to fix the situation. Any help is appreciated.
-Dan S
At some point when these variables start getting accessed the game ends and it kicks me to the debug screen where I can see the values for all the variables. I don’t know what it’d like me to do to fix the situation. Any help is appreciated.
-Dan S