Jump to content

Prevent actor from running


askfor

Recommended Posts

I am trying to create something like a zombie or "walker", as in "The Walking Dead". A creature that can't run, among other things. The game is Fallout 3 and/or "Fallout New Vegas".

 

My approach is to apply an effect similar to Dart Gun hit, crippled legs. I'd prefer it to be

like Actor Effect. I tried to create one with two base effects, DamageLeftLeg and DamagRightLeg. Both with zero duration and magnitude 1000, like in Dart Gun. Didn't work.

I was testing on feral ghoul derivative.

 

Can someone help with this actor effect, please ?

 

Link to comment
Share on other sites

  • 6 months later...

i know this is late. but to achieve your desired effect you will need to create a script and apply it to your NPC.

 

open script menu and create new script.

 

example

 

 

Scnghoulcripplescript

 

Begin onload

 

modav leftmobilitycondition -100

modav rightmobilitycondition -100

 

end

 

http://i64.tinypic.com/2a4ziv4.jpg

 

http://i67.tinypic.com/ohpauc.jpg

Link to comment
Share on other sites

  • Recently Browsing   0 members

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