- Joined
- May 13, 2023
- Messages
- 72
Hi, I would like to make a trigger that kills the unit currently selected by Player 1, I managed to make a trigger see below. The problem is whenever I use it in Multiplayer it sometimes kills units selected by player 2 or 3 and in other occasions it kicks the players out of the game.
-
Kill Selected Unit
-
Events
-
Player - Player 1 (Red) types a chat message containing -kill as An exact match
-
-
Conditions
-
Actions
-
Unit Group - Pick every unit in (Units currently selected by Player 1 (Red)) and do (Actions)
-
Loop - Actions
-
Unit - Kill (Picked unit)
-
-
-
-