User PlayerRef as alias in update quest
This commit is contained in:
parent
b3bc5a68b7
commit
687c28275b
BIN
Skyrim.esm
BIN
Skyrim.esm
Binary file not shown.
Binary file not shown.
@ -8,6 +8,11 @@ Event OnInit()
|
|||||||
|
|
||||||
; MQP01
|
; MQP01
|
||||||
if (Game.GetForm(0x46F1A) as Quest).GetStageDone(10)
|
if (Game.GetForm(0x46F1A) as Quest).GetStageDone(10)
|
||||||
|
|
||||||
|
While Utility.IsInMenuMode()
|
||||||
|
Utility.WaitMenuMode(0.1)
|
||||||
|
EndWhile
|
||||||
|
|
||||||
Debug.MessageBox("A savegame was loaded which was made before the release of Enderal SE 2.1. In this save, several new features won't be available and there is a chance that you'll encounter grave bugs. Please, start a new game.")
|
Debug.MessageBox("A savegame was loaded which was made before the release of Enderal SE 2.1. In this save, several new features won't be available and there is a chance that you'll encounter grave bugs. Please, start a new game.")
|
||||||
;Game.QuitToMainMenu()
|
;Game.QuitToMainMenu()
|
||||||
endif
|
endif
|
||||||
|
Loading…
Reference in New Issue
Block a user