Unsummon apparition before transporting into the Pyrean's memory
This commit is contained in:
parent
c9b341f304
commit
50ba0fe8a9
Binary file not shown.
Binary file not shown.
@ -302,6 +302,9 @@ EndFunction
|
||||
|
||||
Function StartMemory()
|
||||
|
||||
_FS_TheriantrophistControlQuest.TransformBackIfTransformed()
|
||||
_FS_Phasmalist_ControlQuest.UnsummonApparitionIfExists()
|
||||
|
||||
_00E_EquipControl.SheatheWeapon(PlayerREF)
|
||||
|
||||
OBJEyeofMagnusVanishM.Play(PlayerREF)
|
||||
|
||||
@ -20,8 +20,12 @@ Event OnActivate(ObjectReference akActionRef)
|
||||
self.Activate(Game.GetPlayer(), True)
|
||||
EndIf
|
||||
ElseIf MQ07a.GetCurrentStageID() == 170
|
||||
Self.BlockActivation(True)
|
||||
_00E_MQ07a_sDoorDoesntBudge.Show()
|
||||
; Pre-2.1, apparitions tried enter this door, triggering the message.
|
||||
; Added this condition for mod-added companions
|
||||
If akActionRef == Game.GetPlayer()
|
||||
Self.BlockActivation(True)
|
||||
_00E_MQ07a_sDoorDoesntBudge.Show()
|
||||
endif
|
||||
EndIf
|
||||
|
||||
EndEvent
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user