How would I go about checking every unit in a group with out removing them from the group?
normally I would check the first unit of the group with the FirstOfGroup() function, and then remove that unit from the group. However I now need to check through each unit in the group without removing them.
normally I would check the first unit of the group with the FirstOfGroup() function, and then remove that unit from the group. However I now need to check through each unit in the group without removing them.