(09-09-2010, 10:50 PM)Fartsicle Wrote: Hey guys, just wondering if its possible to kill a monster by swinging a shovel at him or other hard object. I once got a monster stuck in the study, and I repeatedly pelted him with pieces of a cabinet, all it did was knock him back quite a bit. I thought maybe the drawer wasn't strong enough to kill a monster. Anyone have a success story?
Maybe can this "puffer" help's:
void OnStart()
{
AddEntityCollideCallback("monstername", "shovel", "die", true, 1);
}
void die (string &in asParent, string &in asChild, int alState)
{
FadeEnemyToSmoke("monstername", true);
}
On my YT Channel you can find all Storys from here.