BlazeLanceris there a action for triggers for when a unit enter a certain terran like grass or snow?
Yes, i would make it like this;
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)