- Joined
- Jun 27, 2010
- Messages
- 2,748
I want to disable when you double click on a unit you select up to 12 units of the same type.
I know this doesn't work for buildings, but making the units buildings does not work for me, because buildings have unchangeable rotation.
I checked and wc3 does not have a trigger in game triggers for that. It has disable selection and disable drag selection, but they don't do it.
also this trigger doesn't work for some reason
I know this doesn't work for buildings, but making the units buildings does not work for me, because buildings have unchangeable rotation.
I checked and wc3 does not have a trigger in game triggers for that. It has disable selection and disable drag selection, but they don't do it.
also this trigger doesn't work for some reason
-
deselect multiple
-
Events
-
Player - Player 1 (Red) Selects a unit
-
Player - Player 2 (Blue) Selects a unit
-
Player - Player 3 (Teal) Selects a unit
-
Player - Player 4 (Purple) Selects a unit
-
Player - Player 5 (Yellow) Selects a unit
-
Player - Player 6 (Orange) Selects a unit
-
Player - Player 7 (Green) Selects a unit
-
Player - Player 8 (Pink) Selects a unit
-
Player - Player 9 (Gray) Selects a unit
-
Player - Player 10 (Light Blue) Selects a unit
-
Player - Player 11 (Dark Green) Selects a unit
-
Player - Player 12 (Brown) Selects a unit
-
-
Conditions
-
(Number of units in (Units currently selected by (Triggering player))) Greater than 1
-
-
Actions
-
Selection - Clear selection for (Triggering player)
-
-