DevilChild
New Member
- Joined
- Apr 18, 2004
- Messages
- 2
- Reaction score
- 0
I was just wondering, when you make a map and you want it so when you take a unit and it touches another unit from the enemy, your unit dies or there unit dies.
Dont Forget about locationsOriginally posted by drax
Ok first make a 1x1 location named: follow p1
Ok, first trigger:
Condition:
Always
Action: Move followp1 to all zergling owned by player 1.
Preserve Trigger
Then make a trigger:
Condition: Player (Computer) brings at least 1 unit to follow p1.
Action: Kill all zergling for player 1 at follow p1
Make that for all players.
Hope this helps.
preserve trigger if you want it to lastOriginally posted by -ShaftriX-
Edited Around A Bit:
Ok first make a location named: Killp1
Trigger:
Condition: Player (Human) brings at least 1 unit to Killp1.
Action: Kill all zergling for player 1 at Killp1.