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!
umm....yeah....but i wanted to know (i'm sorry i've not specified) how can i make my unit move with higher speed than 522 ..... to move the unit to another unit....
Angelx, you can't make unit move faster than 522 by the Object Editor. To make it move somehow faster, you'll have to use the 'move unit instantly to point' on a short distance and run it every short period of time.
An example:
blah01
Events:
Time - Every 0.04 seconds of game time
Conditions:
Actions:
Set TempPoint1 = Position of [the_unit]
Set TempPoint2 = TempPoint1 with offset 20 [(total distance your unit have to move to) x (time), here it's: 500 x 0.04] facing (Facing of ([the_unit]))
As to your question about creating variables, you press the green 'X' icon in the variable window, then a new window appears where you enter the variables name and specify its type. The type of variable used in the trigger above is 'Point'. Then you hit 'Ok' button, and you're done - you've created your first variable!
i tried to make the same ting and others say that is not possible ... or i need to do it in JASS ... DreamRider tell me about this way ... i'll try it !
BTW : angelx be more specific from now on, ok ?
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.