enderalse/source/scripts/_00e_fs_testmyrad_animation.psc

25 lines
569 B
Plaintext
Raw Normal View History

Scriptname _00E_FS_TestMyrad_Animation extends Actor
ObjectReference Property myradOrigin Auto Hidden
Event OnActivate(ObjectReference akActionRef)
Self.PlayIdleWithTarget(groundMountDragon, PlayerREF)
Utility.Wait(4)
Game.shakeCamera(afStrength = 1, afDuration = 1)
; Utility.Wait(11)
debug.sendAnimationEvent(PlayerREF, "IdleCartExitInstant")
; PlayerREF.MoveTo(TestReturnMarkerREF)
Self.Disable()
Self.Enable()
Self.MoveTo(Self.GetLinkedRef())
Self.EvaluatePackage()
EndEvent
Actor Property PlayerREF Auto
Idle Property groundMountDragon Auto