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.
 
 
 

28 lines
539 B

Scriptname _00E_MQ04_LishariLiftScript extends ObjectReference
Event OnActivate(ObjectReference akActionRef)
if akActionRef == Self
LiftLoop = DRSStoneRotatingDiscLPM.Play(Self)
Self.TranslateToRef(MQ04_SC6_LishariLiftDown, 90.0, 10.0)
EndIf
EndEvent
Event OnTranslationComplete()
Sound.StopInstance(LiftLoop)
Game.ShakeCamera(afStrength = 0.3)
Utility.Wait(1)
MQ04.SetStage(70)
EndEvent
int LiftLoop
Quest Property MQ04 Auto
Sound Property DRSStoneRotatingDiscLPM Auto
ObjectReference Property MQ04_SC6_LishariLiftDown Auto