Merged startup updates
This commit is contained in:
parent
ee06019992
commit
8d9506695c
Binary file not shown.
Binary file not shown.
BIN
Skyrim.esm
BIN
Skyrim.esm
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -4,8 +4,11 @@ function Init()
|
||||
|
||||
MQP01.CompleteAllObjectives()
|
||||
MQP01.CompleteQuest()
|
||||
MQP01.Stop()
|
||||
|
||||
MQP02.CompleteAllObjectives()
|
||||
MQP02.CompleteQuest()
|
||||
MQP02.Stop()
|
||||
|
||||
Utility.wait(0.5)
|
||||
|
||||
|
@ -22,6 +22,7 @@ Utility.Wait(0.2)
|
||||
if SKSE.GetVersion() > 0 && EnderalFunctions.GetNewGameCount() > 1
|
||||
Game.QuitToMainMenu()
|
||||
Debug.MessageBox("Due to an engine bug, new game should not be started after quitting to the main menu. Please, restart Enderal first.")
|
||||
return
|
||||
endif
|
||||
|
||||
if _00E_QuickStartPrompt.Show() > 0
|
||||
@ -29,6 +30,8 @@ if _00E_QuickStartPrompt.Show() > 0
|
||||
else
|
||||
MQP01.SetCurrentStageID(10)
|
||||
endif
|
||||
|
||||
Stop()
|
||||
;END CODE
|
||||
EndFunction
|
||||
;END FRAGMENT
|
||||
|
Loading…
Reference in New Issue
Block a user