The Dink Network

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.
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:
 
 
December 2nd 2013, 08:52 PM
peasantm.gif
shevek
Peasant They/Them Netherlands
Never be afraid to ask, but don't demand an answer 
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.