[JASS] Set boolean if this animation is playing

Status
Not open for further replies.
Level 15
Joined
Aug 18, 2007
Messages
1,390
Is it possible (hopefully via a few custom scripts, as i dont wan't to convert my system) to check if a units animation is playing?

Is it possible to check if my Uni_Rifleman[interger a] unit is doing his shoot animation (i think its 7 in the index. 7 or 4)? If he is shooting, then set the variable to true, if not, set it to false.

Looks like this won't get answered unless i bumb it : /
 
Last edited by a moderator:
Level 16
Joined
Oct 12, 2008
Messages
1,570
If you set the animation by trigger, then you can just set some boolean true, and whenever you want to check for it, you check THAT boolean,,

But if you did nothing with the animation through triggers, then i am sorry, but there is no way =\
 
Status
Not open for further replies.
Top