Nerf Ninja Posted March 6, 2009 Share Posted March 6, 2009 Hi guys. I'm a complete novice at all the script stuff and was wondering if someone could give me some pointers on how to create a script that freezes an NPC in place with no animation at all, causes it to behave in the same way as a container and if some apparel or a weapon is placed within it would equip it like a kind of shop mannequin. Someone very kindly pointed me towards this: http://www.fallout3nexus.com/downloads/file.php?id=2060 which is pretty much the idea I mean but it's a bit too involved for what I need it for. I've looked at the scripts within it for ideas but I can't really make head nor tail of them. I just want an NPC to stand there and make no reactions whatsoever even if I shoot it :P My plan is to build myself a player house with lines of these guys to display the armors I pick up along the way :) I hope I'm not being a pain for asking this. Link to comment Share on other sites More sharing options...
sumoftwosins Posted March 7, 2009 Share Posted March 7, 2009 You can set them to be retrained. That will prevent them from doing everything except dialog and thinking. But I am not aware of anyway to freeze them in the current position, e.g. if they were shooting a gun and they were frozen as is. Link to comment Share on other sites More sharing options...
delVhar Posted March 18, 2009 Share Posted March 18, 2009 You could just make an NPC with no AI Data/Packages and have the paralyzed flag set...that should do it, as for shooting them, I'm pretty sure they would still get wounds and stuff, but setting a script that just heals them whenever they get hit should be simple enough.ie:BEGIN OnHitForceAV Health 100000END There is also a function to set somethings mass I think to stop them moving when pushed etc. Can't be certain though, I'm at work atm, so can't test any of this.. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.