The Dink Network

Reply to Re: brain 9 sprites in bottom right corner

If you don't have an account, just leave the password field blank.
Username:
Password:
Subject:
Antispam: Enter Dink Smallwood's last name (surname) below.
Formatting: :) :( ;( :P ;) :D >( : :s :O evil cat blood
Bold font Italic font hyperlink Code tags
Message:
 
 
August 26th 2024, 07:14 PM
death.gif
Seseler
Peasant He/Him Heard Island And Mcdonald Islands
 
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.