Replaced incorrect use of Delete() with DisableNoWait() in _00E_MQ07a_KnockDoorSphereSC; call MQ07a.PortPlayerFailsave() on activate; increased target distance to Zura before following her
This commit is contained in:
parent
5414966bf6
commit
8d3814f752
BIN
Skyrim.esm
BIN
Skyrim.esm
Binary file not shown.
Binary file not shown.
@ -7,10 +7,10 @@ Scriptname _00E_MQ07a_KnockDoorSphereSC extends ObjectReference
|
||||
|
||||
Event OnActivate(ObjectReference akActionRef)
|
||||
|
||||
If akActionRef == Game.GetPlayer() && MQ07a.GetCurrentStageID() == 120
|
||||
If akActionRef == Game.GetForm(0x14) && MQ07a.GetCurrentStageID() == 120
|
||||
MQ07a.SetCurrentStageID(125)
|
||||
;(MQ07a as _00E_MQ07a_Functions).StartSC06() ; just for patch 1.5.7.0 as hotfix because the questfragment doesn't seem to do what it should do
|
||||
Self.Delete()
|
||||
DisableNoWait()
|
||||
MQ07a.PortPlayerFailsave()
|
||||
EndIf
|
||||
|
||||
EndEvent
|
||||
@ -19,4 +19,4 @@ EndEvent
|
||||
; PROPERTIES
|
||||
;=====================================================================================
|
||||
|
||||
Quest Property MQ07a Auto
|
||||
_00E_MQ07a_Functions Property MQ07a Auto
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user