kill when touching something

kill when touching something

Re: kill when touching something Posted by 9mmNL on Mon Jun 6th 2005 at 3:19pm
9mmNL
2 posts
Posted 2005-06-06 3:19pm
9mmNL
member
2 posts 0 snarkmarks Registered: Jun 6th 2005 Occupation: 3d artist Location: Netherlands
Hello,

I've been mapping since a few weeks and now im working on this map
where you can fall off. When you fall off u survive the fall and cant
return to the actual map.

Now i came with the idea to make a huge brush underneath the map, when
u touch it after the fall u die instantly...but how to manage to create
this?

thanks in advance,

Joe aka 9mmNL
Re: kill when touching something Posted by Leperous on Mon Jun 6th 2005 at 3:28pm
Leperous
3382 posts
Posted 2005-06-06 3:28pm
Leperous
Creator of SnarkPit!
member
3382 posts 1635 snarkmarks Registered: Aug 21st 2001 Occupation: Lazy student Location: UK
Just make a giant trigger_hurt with a high damage, or, even better, a trigger_physics_trap (note that these are brush entities so you'll have to tie a solid to them).
Re: kill when touching something Posted by OtZman on Mon Jun 6th 2005 at 3:31pm
OtZman
1890 posts
Posted 2005-06-06 3:31pm
OtZman
member
1890 posts 218 snarkmarks Registered: Jul 12th 2003 Occupation: Student Location: Sweden
Use a trigger_hurt: http://www.hl2world.com/wiki/index.php/Trigger_hurt

Basically when a player touches it he/she is damaged, so just make a
trigger_hurt above the floor or whatever it is and set the damage high
enough and set the damage type to fall.
What the Snarkpitters listen to!
Re: kill when touching something Posted by 9mmNL on Mon Jun 6th 2005 at 3:34pm
9mmNL
2 posts
Posted 2005-06-06 3:34pm
9mmNL
member
2 posts 0 snarkmarks Registered: Jun 6th 2005 Occupation: 3d artist Location: Netherlands
k thanks for the reply's! Will try it right now! :biggrin:

edit: thanks alot it works!!