2021-10-05 22:15:58 +00:00
|
|
|
Scriptname _00E_MQ08TriggerHouse extends ObjectReference
|
|
|
|
|
|
|
|
Event OnTriggerEnter(ObjectReference akActionRef)
|
|
|
|
|
2024-01-10 14:08:24 +00:00
|
|
|
if MQ08_IntoTheDeep.GetCurrentStageID() == 180 && akActionRef == Game.GetPlayer() && DoOnce == False
|
2021-10-05 22:15:58 +00:00
|
|
|
Message.ResetHelpMessage("Jump")
|
|
|
|
_00E_MQ08_HouseMessage01.ShowAsHelpMessage("Jump", 2, 1, 1)
|
|
|
|
DoOnce = True
|
|
|
|
Utility.Wait(2.0)
|
|
|
|
Message.ResetHelpMessage("Jump")
|
|
|
|
_00E_MQ08_HouseMessage02.ShowAsHelpMessage("Jump", 2, 1, 1)
|
|
|
|
Utility.Wait(3.0)
|
2024-01-10 14:08:24 +00:00
|
|
|
MQ08_IntoTheDeep.SetCurrentStageID(185)
|
2021-10-05 22:15:58 +00:00
|
|
|
EndIf
|
|
|
|
|
|
|
|
EndEvent
|
|
|
|
|
|
|
|
Message Property _00E_MQ08_HouseMessage01 Auto
|
|
|
|
Message Property _00E_MQ08_HouseMessage02 Auto
|
|
|
|
Quest Property MQ08_IntoTheDeep Auto
|
|
|
|
Bool DoOnce
|