21 lines
480 B
Plaintext
21 lines
480 B
Plaintext
Scriptname _00E_MQ06_ConsecrationFailsaveSC extends ObjectReference
|
|
|
|
Event OnTriggerEnter(ObjectReference akActionRef)
|
|
|
|
If akActionRef == Game.GetForm(0x14) && MQ06.GetCurrentStageID() >= 40 && MQ06_SC5_RitualScene.IsPlaying() == false
|
|
|
|
if MQ06.GetCurrentStageID() < 55
|
|
(MQ06 as _00E_MQ06_Functions).AddSilence()
|
|
(MQ06 as _00E_MQ06_Functions).StartCer()
|
|
else
|
|
Disable()
|
|
endif
|
|
|
|
EndIf
|
|
|
|
EndEvent
|
|
|
|
Quest Property MQ06 Auto
|
|
|
|
Scene Property MQ06_SC5_RitualScene Auto
|