Deleted3897072User Posted May 1, 2018 Share Posted May 1, 2018 (edited) If the quest stage is updating, that means the fragment is running which is a success. The script is okay :smile: But the NPC is getting stuck trying to move to the target and, since he never gets there, the PathToReference never completes, the script waits forever and the next statement, the DebugNotification, is help up forever. This tells us that there is a path (otherwise it would immediately return failure) but something is preventing the NPC from moving along it. Focus on that aspect. The script is not the problem now. Edited May 1, 2018 by OldMansBeard Link to comment Share on other sites More sharing options...
sdjknights Posted May 1, 2018 Author Share Posted May 1, 2018 So I've managed to get him to lean on the bar (he's at the Bannered Mare), which returned the debug message at last. I then tried sending him, from the Bannered Mare, to lean on the counter at Belethor's, but he's just not having it. It seems like leaving the inn is his problem, which I can absolutely relate to, but there's a time and a place. Link to comment Share on other sites More sharing options...
Deleted3897072User Posted May 1, 2018 Share Posted May 1, 2018 Just a hunch - try sending him to the BelathorGeneralGoodsMarker 0002BE1A Link to comment Share on other sites More sharing options...
sdjknights Posted May 2, 2018 Author Share Posted May 2, 2018 Hm, no, still not happening. I've tried a few different markers and loaded up a save with a character that has spent enough time in Whiterun for all the scenes to not be happening, checked that Belethor's is actually open before talking to him. Still nothing :confused: Link to comment Share on other sites More sharing options...
sdjknights Posted May 5, 2018 Author Share Posted May 5, 2018 Anyone any thoughts on this? I've been playing around a lot, but the dude just won't interact with anything outside of the current cell. Link to comment Share on other sites More sharing options...
Evangela Posted May 5, 2018 Share Posted May 5, 2018 Stop using PathToReference and just use a package? Link to comment Share on other sites More sharing options...
Recommended Posts