28 lines
539 B
Plaintext
28 lines
539 B
Plaintext
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 |