Talk:Npc combine s
From Valve Developer Community
- How exactly does the NPC find_enemies? How does it detect entities within its angles?
[edit]
ThrowGrenadeAtTarget
The "ThrowGrenadeAtTarget" input doesn't seem to work. Is there something I'm doing wrong? --Darthkillyou 19:52, 23 Sep 2007 (PDT)
- How are you calling it?—ts2do 13:56, 25 Sep 2007 (PDT)
- I use a logic_relay (a logic_auto in my test maps) and I use an "OnTrigger" output to fire a "ThrowGrenadeAtTarget" input with a parameter of "throw_grenade_here_1" (which is the name of an info_target). I tried info_targets, npc_bullseyes and even citizens... it just doesn't seem to want to work. --Darthkillyou 16:25, 25 Sep 2007 (PDT)
