- Joined
- Mar 29, 2012
- Messages
- 542
When I write:
and u is not an enemy, will
JASS:
if IsUnitEnemy(u, p) and IsUnitType(u, ut) then
// 'then' actions
endif
IsUnitType
be skipped?