Reply to Re: Can't leave screen on newly made WDE+2 dmod
If you don't have an account, just leave the password field blank.
Sounds like you didn't set the player_map, or you didn't load_screen and draw_screen after setting it. In that case, player_map would be 0, and you could exit on the right to screen 1, and on the bottom to screen 32 (both of which I suppose don't exist).
Or you are really starting at a screen which has no screens next to it.
To debug, you could make dink say ("&player_map", 1); in a key-*.c script, and see if it is what you think it should be.
Or you are really starting at a screen which has no screens next to it.
To debug, you could make dink say ("&player_map", 1); in a key-*.c script, and see if it is what you think it should be.