Dink hit procedure
So, I have this lingering thought in my head where I belief I have once read that Dink has a hit procedure as well, the same way he has a die and levelup procedure... Is this true or did I dream this? (it's possible, I'm not kidding...)
Or any other way to detect whether Dink is hit by something would work fine too. And not an unreliable loop checking his health

I know of no such thing, but you can attach a script to Dink with script_attach().
script_attach(&crap); won't change &crap's hit procedure to the one in the script that runs that code. Maybe sp_script(1,"script"); works, but I think Dink may be an exception. Another thing: if it works, it may not survive screenchanges.
So... just try and see what happens?
So... just try and see what happens?
I currently don't have my regular PC so I can't test
I'm scripting stuff blindly at the moment actually xD
But I'll test it in 2 days (or 3) and come back here with the results of my testing

But I'll test it in 2 days (or 3) and come back here with the results of my testing
