Welcome to the AFK Mods bug tracker. In order to report an issue, you need to have a VALIDATED account to post one. Once you have followed the link the registration email sent you, please select a project from the drop down menu below. Select “Open New Issue” and fill out the form with as many details as possible.

Please also consider sending your bug report to Bethesda if you are reporting on an issue with Skyrim Special Edition, Fallout 4, or Starfield. Doing so will help everyone on all platforms.

Issue Data
Status: Closed
Issue Type: Bug Report
Project: Unofficial Fallout 4 Patch
Component: Fallout 4: Vanilla
Category: Quests & Dialogue
Assigned To: Sclerocephalus
Platform: All
Severity: Low
Votes: 0
Watching: N/A
Opened By Sclerocephalus on Apr 7, 2021 8:25 am
Last Edited By Sclerocephalus on Apr 9, 2021 4:42 am
Closed By Sclerocephalus on May 5, 2021 10:58 am
Resolution: Fixed
Comment: Fixed for UFO4P 2.1.3

Issue #30228: Problems with RETravelCT06 (Stash & Co, pt2)

 
(1) The quest has a separate stage to set a tracking bool in case the NPCs turn hostile (either because the player tries to steal from them or because he attacks them directly). In that case, they would be killed eventually, and it would make no sense to start the next part in this series of encounters. REAliasScript (which runs on all aliases) has the functionality to handle this: if the NPC in the alias gets hit by the player, a stage on the quest will be set. Unfortunately though, specifying the quest stage in the respective script properties has been forgotten.

(2) Like all RE quests, this quest is stopped by calling Stop() on a quest script, which results in the 'Run on Stop' flagged end stage being set, and the fragment on that stage runs while the quest is hutting down. When it gets to the point where it tries to move the NPCs back into the holding cell, the aliases may be cleared already and the operations fail. There's also a check for the control stage missing: moving the actors back into the holding cell when they are dead makes not much sense.

Related Issues: 26734