Scriptname _00E_MQ14_PlayerSC extends ReferenceAlias Event OnLocationChange(Location akOldLoc, Location akNewLoc) if MQ14.GetCurrentStageID() >= 15 return endif If akNewLoc == _00E_SuntempleLocation If MQ14.GetCurrentStageID() == 10 MQ14.SetCurrentStageID(15) EndIf Endif If MQ14.GetCurrentStageID() == 5 bool b = MQ14.ReminderFailsave() EndIf EndEvent Location Property _00E_SuntempleLocation Auto GlobalVariable Property GameHour Auto _00E_MQ14_Functions Property MQ14 Auto