From cff7b53ff746a4ba294eb62dd482fb4fc8bab609 Mon Sep 17 00:00:00 2001 From: pStyl3 Date: Sat, 2 Dec 2023 07:44:56 +0100 Subject: [PATCH] Add short definition: &flagESM (#369) --- masterlist.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/masterlist.yaml b/masterlist.yaml index 22b6b11f..3d6755e9 100644 --- a/masterlist.yaml +++ b/masterlist.yaml @@ -61,6 +61,10 @@ prelude: type: warn content: 'Another mod seems to be overwriting one of this mod''s essential files. Please ensure you''re using this mod''s version of {0} or a compatible version if available.' + - &flagESM + type: warn + content: 'This plugin isn''t an ESM, but it appears to contain navmeshes. This can lead to problems with NPC pathfinding. It is recommended to flag this plugin as **ESM** to avoid these problems. It might also be necessary to ensure that all references called by scripts in this plugin are flagged as **persistent**.' + - &includesX type: say content: '{0} is included with this mod.'