23 lines
489 B
Plaintext
23 lines
489 B
Plaintext
|
Scriptname _00E_MQ14_PlayerSC extends ReferenceAlias
|
||
|
|
||
|
Event OnLocationChange(Location akOldLoc, Location akNewLoc)
|
||
|
|
||
|
if MQ14.GetStage() >= 15
|
||
|
return
|
||
|
endif
|
||
|
|
||
|
If akNewLoc == _00E_SuntempleLocation
|
||
|
If MQ14.GetStage() == 10
|
||
|
MQ14.SetStage(15)
|
||
|
EndIf
|
||
|
Endif
|
||
|
|
||
|
If MQ14.GetStage() == 5
|
||
|
bool b = MQ14.ReminderFailsave()
|
||
|
EndIf
|
||
|
|
||
|
EndEvent
|
||
|
|
||
|
Location Property _00E_SuntempleLocation Auto
|
||
|
GlobalVariable Property GameHour Auto
|
||
|
_00E_MQ14_Functions Property MQ14 Auto
|