Facebook Twitter YouTube Frictional Games | Forum | Privacy Policy | Dev Blog | Dev Wiki | Support | Gametee


Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Can you kill monsters by swinging objects?
Ultimegastriker Offline
Member

Posts: 93
Threads: 5
Joined: Feb 2012
Reputation: 1
#32
RE: Can you kill monsters by swinging objects?

(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.
05-05-2012, 04:07 AM
Find


Messages In This Thread
RE: Can you kill monsters by swinging objects? - by Ultimegastriker - 05-05-2012, 04:07 AM



Users browsing this thread: 1 Guest(s)