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!
I require a trigger which makes one type of unit roam freely around the map and be hostile towards all ememies. Like the creeps' wander but on a much larger area and be hostile.
I see. If I were on my computer maybe I could right something up, but right now I’m just using my phone. Is it only for a certain type of unit or a certain player or is it just a random assortment of units that need to be moved around?
so i assume something like this will work for you??
roam
Events
Time - Every 30.00 seconds of game time
Conditions
Actions
Custom script: set bj_wantDestroyGroup = true
Unit Group - Pick every unit in (Units in (Playable map area) matching (((Owner of (Matching unit)) Equal to YOUR PLAYER and ((Unit-type of (Matching unit)) Equal to YOUR UNIT))) and do (Actions)
Loop - Actions
Set VariableSet Temp_Point = (Random point in (Playable map area))
Unit - Order (Picked unit) to Attack-Move To Temp_Point
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.