4
Fork 0

Fixed Father property in _00E_FS_NQR05_Bossfight_TharaelSC

development
Eddoursul 3 months ago
parent c79a974281
commit 80af73332a
  1. BIN
      scripts/_00e_fs_nqr05_bossfight_tharaelsc.pex
  2. BIN
      scripts/ski_configmenu.pex
  3. 6
      source/scripts/_00e_fs_nqr05_bossfight_tharaelsc.psc
  4. 1
      source/scripts/ski_configmenu.psc

Binary file not shown.

@ -105,7 +105,7 @@ Function CastSpecialAttack()
Utility.Wait(3)
EndIf
Father.TeleportToCenter()
(Father as _00E_FS_NQR05_Bossfight_FatherSC).TeleportToCenter()
FS_NQR05_FatherREF.Say(FS_NQR05_D00_Bossfight_WarningTopic)
StartVolley()
@ -252,7 +252,7 @@ Function StopSpecialAttack()
If FS_NQR05.GetCurrentStageID() < 325
RegisterForSpecialAttack(30.0)
EndIf
Father.TeleportBack()
(Father as _00E_FS_NQR05_Bossfight_FatherSC).TeleportBack()
FS_NQR05_FatherREF.EvaluatePackage()
EndFunction
@ -271,7 +271,7 @@ bool bFirstAttack
ObjectReference objLight
_00E_FS_NQR05_Bossfight_FatherSC Property Father Auto
ReferenceAlias Property Father Auto
_00E_FS_NQR05_Functions Property FS_NQR05 Auto
Actor Property FS_NQR05_FatherREF Auto

@ -175,7 +175,6 @@ event OnConfigInit()
_alignmentValues[2] = "center"
ApplySettings()
SetTextOptionValueST(_sizes[_itemlistFontSizeIdx])
ApplyItemListFontSize()
endEvent

Loading…
Cancel
Save