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

How to play units's animation in region?

Status
Not open for further replies.
Level 25
Joined
May 11, 2007
Messages
4,651
set WinnerComputer = Player 11 or 12 depending on which computer player that owns the creeps of the winning faction.

set temPlayerGroup = Allies of Player WinnerComputer;
Player Group - Pick every player in tempPlayerGroup:
set tempGroup = units owned by Player[Picked Player];
Unit group - Pick every unit in tempGroup:
Animation - Queue Picked units Stand Victory Animation.

Cleanup leaks.
 
Status
Not open for further replies.
Top