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!
Does this function has any issues with game flow? So far I only know that number being reset on morphing, game takes movespeed from new unit ID. Anyone experienced inconsistent behaviour with this command?
I had an issue with the GUI version of this function. If I did for example "Set movement speed to (200 + 30)" it didn't work for me, yet if I do "Set x = 200 + 30" and then "Set movement speed to x" it works fine.
I had an issue with the GUI version of this function. If I did for example "Set movement speed to (200 + 30)" it didn't work for me, yet if I do "Set x = 200 + 30" and then "Set movement speed to x" it works fine.
In gameplay constants, there is a field for minimum unit speed and maximum unit speed.
The maximum is capped at 522 and the minimum is (downwards)capped at 0.
When you set a unit's movement speed using this function, you will set it to the minimum if the given value is lower than that.
So if the value in gameplay constants is 0, you can set the movement speed to 0 (which also removes the buttons in the UI).
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.