- Joined
- May 1, 2008
- Messages
- 1,605
Moin moin =)
Okay the little understanding problem I have, is the "else - part". Does this else check if the unit u is not a hero now? or does it check if the unit u is any other type unit as long its not a hero (like illusions or summons)?
Greetings - Thanks - Peace
Dr. Boom
JASS:
if IsUnitType(u,UNIT_TYPE_HERO) == true then
//action 1
else
//action 2
endif
Greetings - Thanks - Peace
Dr. Boom