From cf70ddb325e4a4f5ecea4070eecf03ffae9c8b04 Mon Sep 17 00:00:00 2001 From: Eddoursul Date: Tue, 24 Oct 2023 19:26:55 +0200 Subject: [PATCH] Treat quest aliases as objects in the same cell (they are persistent dynamically) --- ESMify_Plugins.pas | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ESMify_Plugins.pas b/ESMify_Plugins.pas index c02b101..ad7f773 100644 --- a/ESMify_Plugins.pas +++ b/ESMify_Plugins.pas @@ -216,6 +216,9 @@ begin linkedRef := LinksTo(ElementByPath(inputVal, 'PLDT\Reference')); if FormID(linkedRef) = $14 then continue; if InSameCell(e, linkedRef) then continue; + else if (packageLoc = 'Alias (location)') or (packageLoc = 'Alias (reference)') then + // Quest aliases become persistent dynamically + continue; end; end