how do you add range on the units?
like in observer lovely that has range, from further away than other maps you'll die from an observer, how duz this work?
Change the size of the locations that kill you, simple as that.
Well if you're wanting to know how the kill works, you want a movelocation() trigger that moves the location on top of your ling or whatever you're dodging with constantly. Then do another trigger that says if 'computer' brings atleast 1 'observer' to 'player location', kill 'units' at 'player location' for player.
ADDITION:
Oh... and if you want the location to get bigger, set aside different locations(diff sizes) for each player, and when a certain condition is met, make the bigger location follow the player's dodging unit, and use the same kill trigger that i mentioned above.
Use SCM Draft or Starforge, since they can make locations any size
so my trigger is player 7 brings at least 1 any unit to location 'player 1'
player 1 is my location, so if i make that bigger, thats what range is?