Psycho5553 1 Posted March 25, 2013 Hey. I want to make a trigger that if you walk in to it you die. Can someone please help me. im pretty bad at scripting... Share this post Link to post Share on other sites
John Spartan 89 Posted March 25, 2013 Hi man, ok place a trigger, change the size and shape of the area covered to your desired. In ACTIVATION filed set - BLUFOR set it to REPETEDLEY set it on PRESENT in CONDITION type in - player in thislist; on ACTIVATION field - player setDamage 1; this should instantly kill player. Works in SP/need to be tested in MP. You can also add some deley and some fiering sounds to simulate player being killed by enemy fire. Hope this helps. Share this post Link to post Share on other sites
frag 0 Posted March 25, 2013 Hi man,ok place a trigger, change the size and shape of the area covered to your desired. In ACTIVATION filed set - BLUFOR set it to REPETEDLEY set it on PRESENT in CONDITION type in - player in thislist; on ACTIVATION field - player setDamage 1; this should instantly kill player. Works in SP/need to be tested in MP. You can also add some deley and some fiering sounds to simulate player being killed by enemy fire. Hope this helps. This is a good way to do it, but this one will work only if you are BLUFOR. I think you can set "Anyone" or "Oppfor" ...depending of your taste. Share this post Link to post Share on other sites
John Spartan 89 Posted March 25, 2013 This is a good way to do it, but this one will work only if you are BLUFOR. I think you can set "Anyone" or "Oppfor" ...depending of your taste. Yeah you are right, In case of different entry in ACTIVATION field [bLUEFOR/OPFOR/ANYONE] the way trigger behaves will be changed. I probably just assumed that player will be Bluefor. Share this post Link to post Share on other sites