Push script?
In my dmod I have disabled punching things and talking to humans while in non-human form.
However, I can't figure out how to disable pushing while in non-human form.
Can anyone tell me what script in the main game is the push script? I used item-fst for punching but it doesn't appear to include pushing.
Help...
However, I can't figure out how to disable pushing while in non-human form.
Can anyone tell me what script in the main game is the push script? I used item-fst for punching but it doesn't appear to include pushing.
Help...

As far as a script is concerned, I don't think there is one, but you can add this to a script to disable push...
push_active(0); //disables push
...and to get push back...
push_active(1); //enables push
push_active(0); //disables push
...and to get push back...
push_active(1); //enables push
Somehow it has been fixed although I'm not entirely sure how that happened.
Thanks for the reply though.
Thanks for the reply though.

You'd better use in the future what Rabidwolf9 said, though... It's the best way to do it.
(Yay, another non-DinkHero dmod!)

(Yay, another non-DinkHero dmod!)
Actually Dink is the hero except when he's been transformed into something else.And even then, it's still actually him.

I just emailed it to redink1.I have no idea how long it will take though since redink is busy with work and having just moved into his own place.Probably within the next week or two I guess.Now, since it's almost 3am, I'm going to bed.