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 ?
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