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!
you can only move the unit instantly there, but that has nothing to do with variables, its a simple action: Unit - move Unit instantly to region
522 is maximum movement speed
man...i know how to move it instantly....but wht i meant it was something as moving unit to a point continous and when the unit moves to the point the point moves forward.....
I don't think you understand what a variable is. A variable is a blank piece of data that stores information. They come in two varieties: global and local. If you set a variable to be 1, every time you use that variable, it will be one. Example:
set i = 1
Every time you use "i", it will have the value of one.
What you're looking for is a trigger that fires every .04 seconds and moves the unit towards an angle between the unit and the point, through the Unit - Move function and the disabling of collision, or SetUnitX() and SetUnitY() if you use JASS.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.