📧 Message Board Archive

I have problems with not walking from screen to screen
I started a new MAP at the map editor, i did not knew how long was going to be my map so y started on the middle... ...Like at map 334, so i made my first map an then i made one over the first and an other next to the second.. but my dink do not walk from screen to screen...

Re: I have problems with not walking from screen to screen
: I started a new MAP at the map editor, i did not knew how long was going to be my map so y started on the middle... ...Like at map 334, so i made my first map an then i made one over the first and an other next to the second.. but my dink do not walk from screen to screen...



Here is an excerpt from the official d-mod author's FAQ.



Hope it helps:



Q: I have two rooms side by side, and I use sp_map(); to start Dink in the right room, but when the game starts, he can't walk to the next screen. What's wrong?



A: Don't bother with sp_map(); I think it's in START-1.C but isn't being used. Instead, edit your MAIN.C and find &player_map, and set it to the starting room. Or, in place of sp_map(); just set &player_map = the room you want to start in.







Re: I have problems with not walking from screen to screen
i am making a DMOD