» Wed Apr 07, 2010 1:34 am
There was another thread about this. It's actually pretty easy to get an NPC frozen, but putting them in interesting poses I suppose is a different matter. If you want to try though, "SetActorsAI 0" makes them stop completely (no idle animation at all) and "SetGhost 1" makes other NPCs ignore them. You'll also want to set the NPC to be "not pushable" in the GECK and overwrite the OnActivate block to access their inventory instead of talking to them. I'm not actually making mannequins for my mod, so I don't know if SetActorsAI 0 prevents them from equipping stuff. It probably does, so you'd have to do it manually which will be more difficult without NVSE and actually even that might not work. You'd have to play around with it to see what does.