The Dink Network

Alt Hero Dmod Probs

July 28th 2003, 06:35 AM
stonegiant.gif
i have a few alt hero dmod probs
my alt hero cant walk off screen!
when theres a screen there
ive tried everything
July 28th 2003, 07:12 AM
duckdie.gif
Try this : dink_can_walk_off_screen (1);
and when you want to stop it : dink_can_walk_off_screen (0);
July 28th 2003, 09:29 AM
stonegiant.gif
nope
he walks off screen but it dosent change screen to the next one?
July 28th 2003, 12:31 PM
pq_skull.gif
dink can walk off screen command makes it so you can move dink off screen but not change the screen. Perhaps you've forgotten to unlock the screen, or perhaps there's hardness in the way? Also you might not have a map square where you're trying to walk to!
July 28th 2003, 01:25 PM
stonegiant.gif
ok morpheus im not stupid lol
theres no lock screen
as its the first screen and theres no hardness
July 28th 2003, 02:26 PM
old.gif
mmm, you said its the first screen, right?

maybe:

Open DinkEdit, write down the map number where YOU start and have that problem.

Open start-1.c or the other start-button script and look for &Player_map = blabla;

make sure that &Player_map = number; is the SAME as the number you start in.
July 28th 2003, 02:59 PM
stonegiant.gif
it is! lol
July 29th 2003, 03:43 AM
pq_skull.gif
"ok morpheus I'm not stupid lol" - Kinda odd you saying that after following DuckLord's advice..
July 29th 2003, 04:15 AM
duckdie.gif
Hmm.. the same thing happened to me, you know. I fixed it by adding a warp on the start screen.
Try this after loading the map : draw_hard_map();
July 29th 2003, 04:26 AM
duckdie.gif
I finally found your problem, and I fixed it.
If your start screen is 401, for example, then add this at the end of start-1.c, just before killing the task:
screenlock(0);
&player_map = 401;
load_screen(401);
draw_screen();
draw_hard_map();
dink_can_walk_off_screen(0);
July 30th 2003, 05:33 AM
stonegiant.gif
my start screen is 400
and morpheus ur idea was more stupid then ducklords
because atleast that sounded like it could of worked lol
btw morpheus u remind me of KI
July 30th 2003, 05:47 AM
custom_fish.png
SabreTrout
Noble He/Him United Kingdom
Tigertigertiger. 
ThinkDink : Morpheus and I were much worse than KI when we first joined this community, count yourself lucky!