Cokemonkey11
Spell Reviewer
- Joined
- May 9, 2006
- Messages
- 3,570
If I remove a unit from the game, is it also removed from a group it's in?
JASS:
loop
exitwhen FirstOfGroup(g)==null
call RemoveUnit(FirstOfGroup(g))
//call GroupRemoveUnit(g,FirstOfGroup(g)) //does this remove 2 units!??? does removing a unit remove it from it's group as well?
endloop