This site works best with JavaScript enabled. Please enable JavaScript to get the best experience from this site.
Is it possible to restrict the number of units you can select to 12, like in the original starcraft?
Its hardcoded, there's no simple way to do this. A workaround is to run trigger when any unit is selected. Count number of unit in selected units. If its >12 then deselect all unit from the 13th to the last
@progammer: Go
wow... so what is the maximum amount of units can you control in a single selection for sc2? Is it..um.. Infinite?
@Septhie: Go
I believe it is 144 units - 6 screens of 24 units each.
Nope, maximum is 255 :) I found that out while massing lings in a 2v2.
Is it possible to restrict the number of units you can select to 12, like in the original starcraft?
Its hardcoded, there's no simple way to do this. A workaround is to run trigger when any unit is selected. Count number of unit in selected units. If its >12 then deselect all unit from the 13th to the last
@progammer: Go
wow... so what is the maximum amount of units can you control in a single selection for sc2? Is it..um.. Infinite?
@Septhie: Go
I believe it is 144 units - 6 screens of 24 units each.
Nope, maximum is 255 :) I found that out while massing lings in a 2v2.