MeatloafKing Posted April 12, 2011 Share Posted April 12, 2011 I've been trying to figure out how to move an NPC to myself, however I could not manage to find any help to my question. D:Is there perhaps a Console script for it or something? If you know please tell me how to do this. Thanks. Link to comment Share on other sites More sharing options...
Striker879 Posted April 12, 2011 Share Posted April 12, 2011 If you know the refID of the NPC already it's: prid <refID of the NPC>moveto player If they are already dead you'll need to: resurrect 1 (the number one at the end allows them to keep all their inventory) If they're dead and already gone from the game: prid <refID of the NPC>enableresurrect 1moveto player Sometimes when you resurrect them and beam them to your location it will take a while for their AI package to kick in ... they may just start walking to their next destination right away, or just stand there. If you leave the cell for a while (especially go indoors in a different cell) and then return they'll usually move on to their next package. Link to comment Share on other sites More sharing options...
Hickory Posted April 12, 2011 Share Posted April 12, 2011 If you know the refID of the NPC already it's: prid <refID of the NPC>moveto player If they are already dead you'll need to: resurrect 1 (the number one at the end allows them to keep all their inventory) If they're dead and already gone from the game: prid <refID of the NPC>enableresurrect 1moveto player Sometimes when you resurrect them and beam them to your location it will take a while for their AI package to kick in ... they may just start walking to their next destination right away, or just stand there. If you leave the cell for a while (especially go indoors in a different cell) and then return they'll usually move on to their next package. Here's a tip: If an actor appears to not be running their correct AI package, force them to evaluate what they should be doing by using: evp (EValuate Package) Link to comment Share on other sites More sharing options...
MeatloafKing Posted April 12, 2011 Author Share Posted April 12, 2011 If you know the refID of the NPC already it's: prid <refID of the NPC>moveto player If they are already dead you'll need to: resurrect 1 (the number one at the end allows them to keep all their inventory) If they're dead and already gone from the game: prid <refID of the NPC>enableresurrect 1moveto player Sometimes when you resurrect them and beam them to your location it will take a while for their AI package to kick in ... they may just start walking to their next destination right away, or just stand there. If you leave the cell for a while (especially go indoors in a different cell) and then return they'll usually move on to their next package. Thanks, bro. Link to comment Share on other sites More sharing options...
Recommended Posts