Scriptname _00E_Func_CheckSkyUI Hidden Function Run() global ; SkyUI is optional - override quest_journal.swf with the vanilla file, remove this check, and you are good to go Quest bSkyUI = Game.GetFormFromFile(0x802, "SkyUI_SE.esp") as Quest If bSkyUI == None Utility.wait(2.0) Game.QuitToMainMenu() Debug.MessageBox("SkyUI_SE.esp is not loaded! The game will not run properly. Open Data Files and enable it.") Return EndIf EndFunction