21 lines
611 B
Plaintext
21 lines
611 B
Plaintext
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 |