4
Fork 0
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

23 lines
525 B

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