4
Fork 0

Move apparition to player after leaving the Arena

development
Eddoursul 3 months ago
parent e4a82bd4c8
commit 77a3e6c066
  1. BIN
      scripts/_00e_nqr01_functions.pex
  2. 2
      source/scripts/_00e_nqr01_functions.psc

Binary file not shown.

@ -416,6 +416,7 @@ Function DisableCorpsesAndAdvanceStage(Formlist flEnemies, int iDesiredStage)
PlayerREF.MoveTo(FS_NQR01_ReturnFromArenaMarkerREF)
_FS_TheriantrophistControlQuest.TransformBackIfTransformed()
_FS_Phasmalist_ControlQuest.MoveApparitionToPlayer()
FS_NQR01_PitFighterFacadeParentREF.Enable()
FS_NQR01_PitFighterFacadeParentREF.MoveTo(FS_NQR01_Fistfighter01_Marker)
FS_NQR01_Fistfighter02.MoveTo(FS_NQR01_Fistfighter02_Marker)
@ -621,6 +622,7 @@ Function TeleportTharaelAndPlayer()
_00E_SC_TharaelREF.RemoveItem(_00E_FS_NQR_TharaelsArrows, 55, true)
_00E_NQR01_Battle05_Parent.Disable()
_FS_TheriantrophistControlQuest.TransformBackIfTransformed()
_FS_Phasmalist_ControlQuest.UnsummonApparitionIfExists()
EndFunction

Loading…
Cancel
Save