DragonRose11 Posted March 2, 2012 Share Posted March 2, 2012 (edited) I would like to change an NPC's location based on the stage of a quest. Here's an example of what I would like to do. Quest stage 10: My custom NPC sandboxes in Markarth Silver Blood InnQuest Stage 30: My custom NPC sandboxes in The Bannered Mare Is this possible? If so, how could I accomplish this? Thanks in advance for your time. Edited March 2, 2012 by DragonRose11 Link to comment Share on other sites More sharing options...
DragonRose11 Posted March 2, 2012 Author Share Posted March 2, 2012 (edited) Nevermind I figured it out. For those who want to know, here's what I did: Create a tiny room in a cell, and place him in it.Create an xmarker and create a forced reference to it in the questCreate an xmarker to where you want him in stage 10 Papyrus snippet for stage 10Alias_Zaru.getReference().moveto(Alias_ZaruStage10.getReference())Alias_Zaru.getReference().enable() Papyrus snippet for stage 20Alias_Zaru.getReference().moveto(Alias_ZaruCell.getReference())Alias_Zaru.getReference().disable() Edited March 2, 2012 by DragonRose11 Link to comment Share on other sites More sharing options...
stitchnexus Posted March 18, 2012 Share Posted March 18, 2012 (edited) Kudos for posting the solution yourself... :thumbsup: Edited March 18, 2012 by stitchnexus Link to comment Share on other sites More sharing options...
Recommended Posts