• 🏆 Texturing Contest #33 is OPEN! Contestants must re-texture a SD unit model found in-game (Warcraft 3 Classic), recreating the unit into a peaceful NPC version. 🔗Click here to enter!
  • 🏆 Hive's 6th HD Modeling Contest: Mechanical is now open! Design and model a mechanical creature, mechanized animal, a futuristic robotic being, or anything else your imagination can tinker with! 📅 Submissions close on June 30, 2024. Don't miss this opportunity to let your creativity shine! Enter now and show us your mechanical masterpiece! 🔗 Click here to enter!

Animation Queue - JASS line

Status
Not open for further replies.
well you said that, "However, I need one for queuing animations, like in GUI, but in JASS" so I assumed there exists one in GUI in which you queue using ID because that is what that statement says...

well since it doesn't seem it exists, you can maybe create the queue yourself, though it might be pretty to keep track...

or maybe, hmmm... I think there's a queue trigger function, if it exists then you can make one trigger for each index which uses the Set animation by index, then queue the triggers instead...

if it doesn't exist too, then doing the queue yourself using timers and such might be your best bet...
 
Status
Not open for further replies.
Top