ozzgarth Posted August 30, 2011 Share Posted August 30, 2011 I was working on my mod, and one part of it requires an extremely long fall (300-400 Meters) and for the player to survive this, they are going to need long fall boots (from Portal). I was wondering how I could do such a thing. You will be credited :D -Ozzgarth Link to comment Share on other sites More sharing options...
MikeHancho64 Posted August 31, 2011 Share Posted August 31, 2011 I was working on my mod, and one part of it requires an extremely long fall (300-400 Meters) and for the player to survive this, they are going to need long fall boots (from Portal). I was wondering how I could do such a thing. You will be credited :D -Ozzgarth A couple of things you might look into would be to simply add a script to your boots that when they are equipped they could either add enough health to the player that they survive the fall/jump, or they could also add an effect or spell to ignore enough of the damage incurred in the jump that they live through it. It’s an easy script with an OnEquip block. Try picking apart some of the perks that ignore or resist damage. Hope that helps. OnEquip: http://cs.elderscrolls.com/constwiki/index.php/OnEquip Link to comment Share on other sites More sharing options...
Quetzlsacatanango Posted August 31, 2011 Share Posted August 31, 2011 How about putting some water at the bottom of your pit. Link to comment Share on other sites More sharing options...
Glenstorm Posted September 2, 2011 Share Posted September 2, 2011 Or you could attach an effect script to the boot with the line BEGIN GameModeResetFallDamageTimerEND Granted, this is probably not the most effective way to do it, but this is the easiest. Link to comment Share on other sites More sharing options...
Recommended Posts