Reply to Re: brain 9 sprites in bottom right corner
If you don't have an account, just leave the password field blank.
I finally got around testing this, and yes, the above code seems to be the cause.
I changed the code so that monsters choose a randomly between the two diagonals leading away from screen edge and it fixes the issue.
The code block is also behind why monsters are willing to move much closer to the left edge of the screen than the right edge as it checks if X < 18, but the status bar takes first 20 columns of the screen so the apparent screen edge starts at X=20.
I changed the code so that monsters choose a randomly between the two diagonals leading away from screen edge and it fixes the issue.
The code block is also behind why monsters are willing to move much closer to the left edge of the screen than the right edge as it checks if X < 18, but the status bar takes first 20 columns of the screen so the apparent screen edge starts at X=20.