Jump to content

Does anyone know how to move an NPC to yourself?


MeatloafKing

Recommended Posts

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>

enable

resurrect 1

moveto 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

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>

enable

resurrect 1

moveto 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

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>

enable

resurrect 1

moveto 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

  • Recently Browsing   0 members

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