Questions and Answers
Can you explain how the pathing works?
The pathing tries to find the best route possible.
In open areas there's lots of identical paths for it to take;
To choose which path it will go it follows these priorities:
UP, RIGHT, DOWN, LEFT.
This means that the path will go UP as far as it can first – then right, down, left.
If the path is going to the TOP RIGHT from the BOTTOM LEFT, the path will go UP all the way to the top, then RIGHT.
If the path is going to the BOTTOM LEFT, from the TOP RIGHT, the path will go all the way DOWN and then LEFT.
TOP LEFT, from BOTTOM RIGHT, UP, then LEFT.
So, BOTTOM LEFT, from TOP RIGHT? If you answer "DOWN then LEFT" you are correct!
If you answered "uhhmm.. what's up with the directions in caps?" then you get a bonus point!
Remember, teleports are traps and do not effect the path choice.