Haha I'm thankful enough that my followers get stuck walking into that door frame, instead of opening it. Seriously, they can't path through the damn doorway XD
Generally you want scripts to only run when they absolutely have to. If a script gets stuck in your save it will keep getting updated in the background even if it's not really doing anything, every half a second in this case. You don't want scripts to do that, because this can take processing time from other scripts, so they run slower. In extreme cases the scripting engine can get overloaded if too many scripts are trying to run at the same time, which can cause all sorts of other bugs.
You can consider mods like this one as a small game optimization that can prevent more serious issues down the line.
16 comments
gotta love patching bugs before you know they exist!
Thanks for the fix though!
You can consider mods like this one as a small game optimization that can prevent more serious issues down the line.