Set KillMove value from bVATSDisable:VATS on new game
This commit is contained in:
parent
f0fef8fc27
commit
c6d5fff031
Binary file not shown.
@ -1,7 +1,13 @@
|
||||
scriptname _00E_SKI_PlayerLoadGameAlias extends ReferenceAlias
|
||||
|
||||
event OnInit()
|
||||
; On new game, set KillMove value from INI
|
||||
KillMove.SetValue((! Utility.GetINIBool("bVATSDisable:VATS")) as float)
|
||||
endevent
|
||||
|
||||
event OnPlayerLoadGame()
|
||||
|
||||
; On game load, set INI value from KillMove, managed in the MCM
|
||||
if KillMove.GetValue()
|
||||
Utility.SetINIBool("bVATSDisable:VATS", false)
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user