Fixed position of a trigger box for the elevator scene in Starcity; fixed conditions in the scene with hidden stairs

This commit is contained in:
Eddoursul 2024-02-02 09:44:11 +01:00
parent c633912f6c
commit 05ff85a25e
4 changed files with 8 additions and 8 deletions

BIN
Yaela fix.esp Normal file

Binary file not shown.

View File

@ -512,7 +512,7 @@ EndFunction
; PROPERTY
;=====================================================================================
; TIMESCALE ZURÜCKSETZEN! ; MUSIC-Types REMOVEN! ; GOD MODE RUNTERSETZEN!
; TIMESCALE ZURÜCKSETZEN! ; MUSIC-Types REMOVEN! ; GOD MODE RUNTERSETZEN!
int Property __Config_RewardEXP = 500 Auto

View File

@ -1,5 +1,5 @@
;BEGIN FRAGMENT CODE - Do not edit anything between this and the end comment
;NEXT FRAGMENT INDEX 15
;NEXT FRAGMENT INDEX 17
Scriptname SF_MQ13b_SC08_NexusTower_02_00138006 Extends Scene Hidden
;BEGIN FRAGMENT Fragment_5
@ -10,10 +10,10 @@ MQ13b.MoveElevatorUp()
EndFunction
;END FRAGMENT
;BEGIN FRAGMENT Fragment_11
Function Fragment_11()
;BEGIN FRAGMENT Fragment_3
Function Fragment_3()
;BEGIN CODE
MQ13b.SpawnYaela()
MQ13b.MoveElevator()
;END CODE
EndFunction
;END FRAGMENT
@ -26,10 +26,10 @@ MQ13b.SpawnCompanion()
EndFunction
;END FRAGMENT
;BEGIN FRAGMENT Fragment_3
Function Fragment_3()
;BEGIN FRAGMENT Fragment_16
Function Fragment_16()
;BEGIN CODE
MQ13b.MoveElevator()
MQ13b.SpawnYaela()
;END CODE
EndFunction
;END FRAGMENT