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!
The title pretty much sums it up. The question is basicly, how do I make a regular unit face in the direction I want? And then change it to another direction. Thanks in advance.
A GUI action makes a unit turn and face a direction. It can be found in the "Units" section of the actions.
Unit - Make <YourUnit> <gen> face <Angle> over <Amount of seconds>
<YourUnit> = The unit you wish to face a certain angle.
<Angle> = The amount of degrees, creating the angle he will face.
<Amount of seconds> = How long it takes for him to turn and face that direction.
Notice that there are other was of making a unit face a direction.
Here are two more GUI actions that both do the job, except in different ways
Unit - Make <YourUnit> <gen> face <AnotherUnit> <gen> over <Amount of seconds>
This action basically makes the unit face another unit.
And,
Unit - Make <YourUnit> <gen> face (Center of (<YourRegion)) over <Amount of seconds>
This action basically makes the unit face a region or point in the map. You can configure the region and what point in the region he has to face.
<YourRegion> = What region or point he'll face.
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.