2021-10-05 22:15:58 +00:00
|
|
|
Scriptname _00E_MQ14_PlayerSC extends ReferenceAlias
|
|
|
|
|
|
|
|
Event OnLocationChange(Location akOldLoc, Location akNewLoc)
|
|
|
|
|
2024-01-10 14:08:24 +00:00
|
|
|
if MQ14.GetCurrentStageID() >= 15
|
2021-10-05 22:15:58 +00:00
|
|
|
return
|
|
|
|
endif
|
|
|
|
|
|
|
|
If akNewLoc == _00E_SuntempleLocation
|
2024-01-10 14:08:24 +00:00
|
|
|
If MQ14.GetCurrentStageID() == 10
|
|
|
|
MQ14.SetCurrentStageID(15)
|
2021-10-05 22:15:58 +00:00
|
|
|
EndIf
|
|
|
|
Endif
|
|
|
|
|
2024-01-10 14:08:24 +00:00
|
|
|
If MQ14.GetCurrentStageID() == 5
|
2021-10-05 22:15:58 +00:00
|
|
|
bool b = MQ14.ReminderFailsave()
|
|
|
|
EndIf
|
|
|
|
|
|
|
|
EndEvent
|
|
|
|
|
|
|
|
Location Property _00E_SuntempleLocation Auto
|
|
|
|
GlobalVariable Property GameHour Auto
|
|
|
|
_00E_MQ14_Functions Property MQ14 Auto
|