enderalse/source/scripts/_00e_mq14_playersc.psc

23 lines
525 B
Plaintext
Raw Normal View History

Scriptname _00E_MQ14_PlayerSC extends ReferenceAlias
Event OnLocationChange(Location akOldLoc, Location akNewLoc)
2024-01-10 14:08:24 +00:00
if MQ14.GetCurrentStageID() >= 15
return
endif
If akNewLoc == _00E_SuntempleLocation
2024-01-10 14:08:24 +00:00
If MQ14.GetCurrentStageID() == 10
MQ14.SetCurrentStageID(15)
EndIf
Endif
2024-01-10 14:08:24 +00:00
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