• 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.
  • It's time for the first HD Modeling Contest of 2025. Join the theme discussion for Hive's HD Modeling Contest #7! Click here to post your idea!

Animation problem?

Status
Not open for further replies.
Level 15
Joined
Oct 16, 2010
Messages
942
Looks like he uses animations index (god knows why).

JASS:
call SetUnitAnimationByIndex(u,animation[i])

IMO you should just change all these code lines to SetUnitAnimation(u, "walk"). I don't even know how his system is supposed to work since "i" is referring to the player and not an animation (maybe I missed something).
 
Status
Not open for further replies.
Top