2022-08-01 12:43:38 +00:00
|
|
|
Scriptname _00E_Func_CheckSKSE Hidden
|
|
|
|
|
|
|
|
Function Run() global
|
|
|
|
|
|
|
|
; SKSE is currently mandatory
|
|
|
|
Int SKSEVer = SKSE.GetVersion()
|
|
|
|
|
|
|
|
if SKSEVer == 0
|
|
|
|
Utility.wait(2.0)
|
|
|
|
Game.QuitToMainMenu()
|
2024-02-07 04:55:57 +00:00
|
|
|
Debug.MessageBox("SKSE is not detected! Start Enderal through skse64_loader.exe in the game directory.")
|
2022-08-01 12:43:38 +00:00
|
|
|
endif
|
|
|
|
|
|
|
|
EndFunction
|