• Listen to a special audio message from Bill Roper to the Hive Workshop community (Bill is a former Vice President of Blizzard Entertainment, Producer, Designer, Musician, Voice Actor) 🔗Click here to hear his message!
  • Read Evilhog's interview with Gregory Alper, the original composer of the music for WarCraft: Orcs & Humans 🔗Click here to read the full interview.

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