- Joined
- Oct 24, 2012
- Messages
- 6,545
hello im having a problem w selecting unit from group then using it in the if statement can anyone tell me whats wrong ?
thx to anyone tht can help
JASS:
set u1 = FirstOfGroup( Group[i] )
if IsUnitInGroup( u1, Group[i] ) then
//do actions here
endif
thx to anyone tht can help