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.
 
 
 

24 lines
569 B

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