- Joined
- Nov 7, 2006
- Messages
- 36
Could someone just tell me whats wrong with this line of code (WE don't like it)
WE says something about an expected name. And btw towns is a unit group, h000 is a unit id and null is a boolean expression.
JASS:
call GroupEnumUnitsOfType(towns, h000, null)
WE says something about an expected name. And btw towns is a unit group, h000 is a unit id and null is a boolean expression.