• 🏆 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!
  • 🏆 Hive's 6th HD Modeling Contest: Mechanical is now open! Design and model a mechanical creature, mechanized animal, a futuristic robotic being, or anything else your imagination can tinker with! 📅 Submissions close on June 30, 2024. Don't miss this opportunity to let your creativity shine! Enter now and show us your mechanical masterpiece! 🔗 Click here to enter!

How to make an unit play an animation in an every second trigger

Status
Not open for further replies.
Level 1
Joined
Jun 13, 2008
Messages
132
How to make an unit play an animation in an every 0.03 second trigger.
The trigger is a move instantly to point trigger, like a slice trigger, the problem is that in my trigger the unit moves but it does not play the animation... How can I do it?
 
Level 23
Joined
Apr 16, 2012
Messages
4,041
the problem is that the GUI's function Move ... Instantly to ... silently orders the unit to stop, and when you order the unit something it will play the animation associated with the order even if he was ordered by triggers to play something else.

You will have to use custom script with SetUnitX and SetUnitY
 
Status
Not open for further replies.
Top