Reply to Re: Cant leave first screen
If you don't have an account, just leave the password field blank.
That you can't walk to any other screen from the starting screen is because you're on a screen that doesn't really exist. Check your start.c and look for &player_map = xxx;
Change xxx to the number of the map where you want Dink to start in.
EDIT: make that start-1.c instead of start.c
Change xxx to the number of the map where you want Dink to start in.
EDIT: make that start-1.c instead of start.c