Re: Weapon Spawn on NPC Death
Posted by mmrempen on
Mon Jun 11th 2007 at 9:37pm
7 posts
1 snarkmarks
Registered:
Jun 9th 2007
So I have this poison zombie that carries a shotgun on his back, and I want him to drop the shotgun when he dies, so the player can pick it up.
What I did is I made a env_entity_maker parented to the zombie, then made a point_template. I have a shotgun on the roof (unreachable), and I made template #1 under point_template set to the shotgun's name (shotty1). Then I made an output on the zombie that upon its death, it would make the env_entity_maker forcespawn. I also linked the point_template and the entity_maker as was instructed in various tutorials.
No shotgun appears when zombie dies. Am I doing something wrong?
Re: Weapon Spawn on NPC Death
Posted by mmrempen on
Wed Jun 13th 2007 at 3:33pm
7 posts
1 snarkmarks
Registered:
Jun 9th 2007
Nobody has any idea? Am I not being clear enough about what I'm trying to do, or is this just plain impossible? I thought it would be pretty simple, and that I was just missing a step. Any help would be really great.