Jump to content

Death Boundaries


asbj0813

Recommended Posts

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

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

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...