1
Fork 0
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

18 lines
420 B

scriptname _00E_SKI_PlayerLoadGameAlias extends ReferenceAlias
event OnPlayerLoadGame()
if KillMove.GetValue()
Utility.SetINIBool("bVATSDisable:VATS", false)
else
Utility.SetINIBool("bVATSDisable:VATS", true)
endif
Quest bSkyUI = Game.GetFormFromFile(0x802, "SkyUI_SE.esp") as Quest
if bSkyUI
(GetOwningQuest() as _00E_EnderalMCM).OnGameReload()
endif
endEvent
GlobalVariable Property KillMove Auto