Looking For Scripting Help

Post » Fri Nov 18, 2011 10:23 pm

Hey there everyone!

I've been developing a mod for New Vegas using the GECK, that makes it so when you shoot someone in the legs, they collapse to the ground using Fatigue damage. However i've run into the problem that this effect happens no matter where they are shot.
I was wondering if anyone on here knows how to make it so that this effect will only happen when they are shot in the legs. Thanks!
User avatar
The Time Car
 
Posts: 3435
Joined: Sat Oct 27, 2007 7:13 pm

Post » Fri Nov 18, 2011 7:28 pm

Create a challenge type do damage -> part legs with a threshold of 1 interval of 1, recurring and in the result script use pushactoraway or missfortuneknockdown effect on self. try different effects, modactorvalue fatigue is probably not the best choice because the actor fatigue varies with level and will make the script a lot more complicated. I you just want to knock down the actor You'd better use setunconscious for a short duration
User avatar
Josh Dagreat
 
Posts: 3438
Joined: Fri Oct 19, 2007 3:07 am


Return to Fallout: New Vegas