Added global variable _00E_SKSE
This commit is contained in:
parent
4deaa231ed
commit
c8a0403bb9
Binary file not shown.
BIN
Skyrim.esm
BIN
Skyrim.esm
Binary file not shown.
Binary file not shown.
@ -2,18 +2,14 @@ Scriptname _00E_IntegrityCheckAlias extends ReferenceAlias Hidden
|
||||
|
||||
Event OnInit()
|
||||
|
||||
;if Game.GetRealHoursPassed() > 0.005 ; 18 seconds
|
||||
; Utility.Wait(0.1) ; wait for menu mode to end
|
||||
; ;Game.QuitToMainMenu()
|
||||
; Debug.MessageBox("Savegames, made before the release of Enderal SE 2.1, are incompatible with the current version. Please, start a new game.")
|
||||
; ;return
|
||||
;endif
|
||||
|
||||
_00E_SKSE.SetValue(SKSE.GetVersion() as float)
|
||||
|
||||
RegisterForSingleUpdate(2.0) ; Give a few seconds for the game to warm up at the start
|
||||
|
||||
EndEvent
|
||||
|
||||
Event OnPlayerLoadGame()
|
||||
_00E_SKSE.SetValue(SKSE.GetVersion() as float)
|
||||
RegisterForSingleUpdate(1.2)
|
||||
EndEvent
|
||||
|
||||
@ -36,3 +32,4 @@ Event OnUpdate()
|
||||
EndEvent
|
||||
|
||||
GlobalVariable Property _00E_FS_IsForgottenStoriesActivated Auto
|
||||
GlobalVariable Property _00E_SKSE Auto
|
||||
|
Loading…
Reference in New Issue
Block a user