2021-10-05 22:15:58 +00:00
|
|
|
Scriptname _00E_MQP01_PlayerTranslationScript extends ReferenceAlias
|
|
|
|
|
|
|
|
Event OnTranslationAlmostComplete()
|
|
|
|
|
2024-01-10 14:08:24 +00:00
|
|
|
if (MQP01.GetCurrentStageID() < 40 && MQP01.GetCurrentStageID() >= 35) && !MQ04.IsCompleted()
|
2021-10-05 22:15:58 +00:00
|
|
|
;.MessageBox("Ich triggere")
|
|
|
|
FadeToBlackHoldIMOD.Apply()
|
|
|
|
_00E_SilenceAbruptHighPriority.Add()
|
|
|
|
FXExplosionCatapultNearM.Play(Game.GetPlayer())
|
|
|
|
Utility.Wait(5)
|
2024-01-10 14:08:24 +00:00
|
|
|
MQP01.SetCurrentStageID(40)
|
2021-10-05 22:15:58 +00:00
|
|
|
EndIf
|
|
|
|
|
|
|
|
EndEvent
|
|
|
|
|
|
|
|
ImageSpaceModifier Property FadeToBlackHoldIMOD Auto
|
|
|
|
Quest Property MQP01 Auto
|
|
|
|
Quest Property MQ04 Auto
|
|
|
|
Sound Property FXExplosionCatapultNearM Auto
|
|
|
|
MusicType Property _00E_SilenceAbruptHighPriority Auto
|