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!
Hello.. You know when you click on a creep you can change it to camp and then the unit becomes blue the creep aggro thing. Well how to change that to even less?
Chewii, apparently, I thought it could be found in the Gameplay Constants, but I couldn't come along with such a field. You need to estimate the unit-types you are going to make them be treated as a camp (because there is no indicator for that, like a boolean, e.g. "((Picked unit) is flagged as a camp unit) Equal to True"). For example, if you use only units of Neutral Hostile as units that belong to a camp, do this:
Trigger
Events
Map Initialization
Conditions
Actions
Custom script: set bj_wantDestoryGroup = true
Unit Group - Pick every unit in (Units owned by Neutral Hostile) and do (Actions)
Loop - Actions
Unit - Set Acquistion range of (Picked unit) to (((Default acquistion range of (Picked unit)) - 100)
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.