Finding Animation Index

Status
Not open for further replies.
Level 37
Joined
Mar 6, 2006
Messages
9,243
My reply was quite incomplete however. This is what I use:

  • Powah
    • Events
      • Player - Player 1 (Red) types a chat message containing 1 as An exact match
    • Conditions
    • Actions
      • Custom script: call SetUnitAnimationByIndex(udg_Hero1, 1)
      • Wait 2.00 seconds
      • Custom script: call SetUnitAnimationByIndex(udg_Hero1, 2)
      • Wait 2.00 seconds
      • Custom script: call SetUnitAnimationByIndex(udg_Hero1, 3)
      • Wait 2.00 seconds
      • ...
Then just count the animations...
 
Status
Not open for further replies.
Top