asbj0813 Posted June 8, 2012 Share Posted June 8, 2012 Hey, I'm making a mod for fallout 3, and I would like to know, how to place an invisible "barrier" of some sorts, that instantly kills the player on touch. I plan on making some harzadous cooling tanks, and it would be great if the player(and anything else for that matter) died when touching them(the invisible barrier). If it's possible, then I would like to know, how to do it. Link to comment Share on other sites More sharing options...
vforvic Posted June 10, 2012 Share Posted June 10, 2012 You would make a Primitive for use as a Trigger and use the following Script. Just put the Primitive around your Cooling Tanks so that when anything comes in contact with the Primitive, and thus the Tanks, they will be killed. scn KillScriptTrigger ref linkedRef Begin OnTriggerEnter set linkedRef to GetActionRef linkedref.Kill End Link to comment Share on other sites More sharing options...
Recommended Posts