diff --git a/Skyrim.esm b/Skyrim.esm index 1de6e4c3..482b04a3 100644 Binary files a/Skyrim.esm and b/Skyrim.esm differ diff --git a/scripts/EnderalUpgradeAlias.pex b/scripts/EnderalUpgradeAlias.pex index 48a75712..452ca902 100644 Binary files a/scripts/EnderalUpgradeAlias.pex and b/scripts/EnderalUpgradeAlias.pex differ diff --git a/source/scripts/EnderalUpgradeAlias.psc b/source/scripts/EnderalUpgradeAlias.psc index a7a203c1..81208b24 100644 --- a/source/scripts/EnderalUpgradeAlias.psc +++ b/source/scripts/EnderalUpgradeAlias.psc @@ -8,6 +8,11 @@ Event OnInit() ; MQP01 if (Game.GetForm(0x46F1A) as Quest).GetStageDone(10) + + While Utility.IsInMenuMode() + Utility.WaitMenuMode(0.1) + EndWhile + Debug.MessageBox("A savegame was loaded which was made before the release of Enderal SE 2.1. In this save, several new features won't be available and there is a chance that you'll encounter grave bugs. Please, start a new game.") ;Game.QuitToMainMenu() endif