2021-10-05 22:15:58 +00:00
|
|
|
Scriptname _00E_MQ06_ConsecrationFailsaveSC extends ObjectReference
|
|
|
|
|
|
|
|
Event OnTriggerEnter(ObjectReference akActionRef)
|
|
|
|
|
2024-01-10 14:08:24 +00:00
|
|
|
If akActionRef == Game.GetPlayer() && MQ06.GetCurrentStageID() >= 40 && MQ06.GetCurrentStageID() < 55 && MQ06_SC5_RitualScene.IsPlaying() == false
|
2021-10-05 22:15:58 +00:00
|
|
|
|
|
|
|
(MQ06 as _00E_MQ06_Functions).AddSilence()
|
|
|
|
|
|
|
|
(MQ06 as _00E_MQ06_Functions).StartCer()
|
|
|
|
|
|
|
|
EndIf
|
|
|
|
|
|
|
|
EndEvent
|
|
|
|
|
|
|
|
Quest Property MQ06 Auto
|
|
|
|
|
|
|
|
Scene Property MQ06_SC5_RitualScene Auto
|