I'm creating backgrounds for DOTAScenePanel and want for prop_dynamic to change animation sequence after default animation is played
I tried adding different outputs like OnAnimationDone, OnAnimationReachedEnd and OnAnimationLoopCycleDone
With SetAnimation and SetDefaultAnimation inputs for same prop with no result
They just loop default animation for looping animations or freeze on last frame for non looping animations.
I also tried disabling prop and changing Alpha just to "debug" it, but it feels like outputs just doesn't work.