- Joined
- Feb 22, 2012
- Messages
- 74
Wondering if there is any great deal of difference between clearing unit groups in different ways in GUI
1) At the end of each branch of a "pick all units in group and do actions" loop, do "remove picked unit from group"
2) After the "pick all units" block, do "clear group"
3) Custom Script: set group = null
Additionally, is it always good to do a "Unit group is empty" check before running a "pick every unit in unit group" loop?
1) At the end of each branch of a "pick all units in group and do actions" loop, do "remove picked unit from group"
2) After the "pick all units" block, do "clear group"
3) Custom Script: set group = null
Additionally, is it always good to do a "Unit group is empty" check before running a "pick every unit in unit group" loop?