HomeUser Control Panel (unavailable in archive)ForumsTutorialsArt GalleryResourcesMaps

Pick every unit in region question

02-02-2004, 12:33 AM#1
shadow)ps(
does pick every unit in region create a unit group each time its done? i have it done every 20 seconds to reassign orders to attack players. would this cause problems lagwise? if so how to fix?
02-02-2004, 01:32 PM#2
Vexorian
Quote:
Originally posted by shadow)ps(
does pick every unit in region create a unit group each time its done? i have it done every 20 seconds to reassign orders to attack players. would this cause problems lagwise? if so how to fix?


Yes, it does. Just have this custom script line before the Pick Every unit In Region <gen>

Custom Script: set bj_wantDestroyGroup = true
02-03-2004, 03:13 AM#3
Shiv
Does this action need to be put before every single group-creating action, or just once in the trigger?