23 lines
492 B
Plaintext
23 lines
492 B
Plaintext
|
Scriptname _00E_MQ14_CompanionFailsaveSC extends ObjectReference
|
||
|
|
||
|
Event OnTriggerEnter(ObjectReference akActionRef)
|
||
|
|
||
|
if akActionRef == Game.GetPlayer()
|
||
|
|
||
|
if MQ14.IsRunning() && !MQ14_Companion_ApothecariusREF.IsEnabled()
|
||
|
MQ14_Companion_ApothecariusREF.Enable()
|
||
|
EndIf
|
||
|
|
||
|
if MQ13c_SC11_Emporium.IsPlaying()
|
||
|
MQ13c_SC11_Emporium.Stop()
|
||
|
EndIf
|
||
|
EndIf
|
||
|
|
||
|
EndEvent
|
||
|
|
||
|
|
||
|
Quest Property MQ14 Auto
|
||
|
|
||
|
Actor Property MQ14_Companion_ApothecariusREF Auto
|
||
|
|
||
|
Scene Property MQ13c_SC11_Emporium Auto
|