McFearo Posted January 16, 2021 Share Posted January 16, 2021 For part of a quest I'm creating I want to disable a number of NPCs so they're not in the way, then move them to a new location, and re-enable them at the new location. Will the MoveTo command still work on them while they are disabled? Link to comment Share on other sites More sharing options...
ashtonlp101 Posted January 16, 2021 Share Posted January 16, 2021 (edited) I believe so. But to be sure, just write the moveto command before you disable them or after you enable them. Edited January 16, 2021 by ashtonlp101 Link to comment Share on other sites More sharing options...
GamerRick Posted January 17, 2021 Share Posted January 17, 2021 (edited) Yes. To find and resurrect a dead NPC (something I have done) you would do this: NPCRef.disable NPCRef.Moveto player NPCRef.resurrect NPCRef.enable Edited January 17, 2021 by GamerRick Link to comment Share on other sites More sharing options...
Recommended Posts