Missile only hit Dink?
Anyone know how to make sure a missile only hit Dink, nothing else?
I guess don't give it a strength value, and do all the damage in the attached script. Probably by checking the brain:
if (sp_brain(&missile_target, -1) == 1) //It's Dink! Kill him!