Playing animation sequense

Hi

Trying to do some more in-depth work with animations, just wondering how to play a animation sequense, since i got a animation set, that i want to play, CPR.

It got a animation set of 5-6 animations, how do i play these in a row, with out them stopping ?

TaskPlayAnim, just mess around with the native.

Hi i know the native hehe, but when you got to link 5-6 animations in a row with out one of them ending it get’s abit more messy.

You can go and take mine and edit it to your linking if you want./use it as a referance.

I suggest looking at Alex Guirres GitHub list of anims. He has a bunch of videos(not all) for alot of the animations AND their durations.(very fucking helpful)

Basically you would put

TaskPlayAnim(the anim,flags,etc)
Wait(you’re time in milliseconds here)
TaskPlayAnim(…)

Etc.

You can also reference this one since its alot less clutter:P

(Originially made by @Cosharek)

Thx. ill try to play around with it to see if i can get the animations linked up correct :slight_smile:

@benzon83 did ya get it working?

Actually turned back to working on it hope to see some result soon, just had a ton of other stuff to focus on.