Treat quest aliases as objects in the same cell (they are persistent dynamically)

master
Eddoursul 7 months ago
parent f855efcc69
commit cf70ddb325
  1. 3
      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

Loading…
Cancel
Save