The Dink Network

push

August 21st 2004, 04:44 AM
fairy.gif
Glennglenn
Peasant He/Him Norway
GlennGlenn doesn't want a custom title. 
I am using the alternative heroes to make my new D-Mod, but when the green guard walk on a hard object it starts to push, but the guard doesn`t have any push graphics, so He turns into Dink when he push. How can i stop this??
August 21st 2004, 04:50 AM
spike.gif
It was a command like push_active(0); or whatever, I don't remember exactly, but it's listed in dinkc.txt in the develop folder....look there.
August 21st 2004, 05:06 AM
fairy.gif
Glennglenn
Peasant He/Him Norway
GlennGlenn doesn't want a custom title. 
i know there should be a push_active there, but i searched in all the start files and didnt find it so it must be removed, but he stills push
August 21st 2004, 08:02 AM
spike.gif
Just put push_active(0); in start-1.c and everywhere where you can load a saved game, (the defaults are escape.c start-2.c and dinfo.c) and parappah, your guy should stop pushing. unless you activate push again, of course.