4
Fork 0
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

21 lines
611 B

Scriptname _00E_MQ07a_VisionEdgeSC extends ObjectReference
Event OnTriggerLeave(ObjectReference akActionRef)
If akActionRef == Game.GetPlayer() && MQ07a.GetStage() < 170
MAGVampireSunlight.Play(Game.GetPlayer())
_00E_MQ07a_VisionAwake.Apply()
Game.GetPlayer().MoveTo(MQ07a_SC6_VisionStart)
Utility.Wait(1)
_00E_MQ07a_VisionIMOD.ApplyCrossFade(2)
EndIf
EndEvent
Quest Property MQ07a Auto
ObjectReference Property MQ07a_SC6_VisionStart Auto
Sound Property MAGVampireSunlight Auto
ImageSpaceModifier Property _00E_MQ07a_VisionAwake Auto
ImageSpaceModifier Property _00E_MQ07a_VisionIMOD Auto