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!
First make a Variable named "tempPoint" Note; its a Point
Event;
Time - Every 0.10 seconds of game time
Conditions;
None
Actions;
Unit Group - Pick every unit in(Units in(Entire map))
Loop Actions;
Set tempPoint = (Position of (Picked unit))
If (All Conditions are True)then do (Then Actions)Else do (Else Actions)
- If Conditions
(Terrain type at tempPoint)Equal to Cityscape - *Grass Trim "Change this to the terrain type you want*
- Then Actions
Unit - *Kill (Picked unit)"Change this to the action you want*
- Else Actions
Custom script: call RemoveLocation(udg_tempPoint)
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.