Hi,
What is the unit type for unit type ward?
I need to add the classification to a unit via script but can't find the variable. What I mean is for example If I wanted to add Structure classification to a unit you call:
call UnitAddType(u,UNIT_TYPE_STRUCTURE)
I'm looking for the UNIT_TYPE_WARD unit type... and it an't UNIT_TYPE_WARD. I'm guessing its something weird since unit type worker is UNIT_TYPE_PEON (i think) so....
What is the unit type for unit type ward?
I need to add the classification to a unit via script but can't find the variable. What I mean is for example If I wanted to add Structure classification to a unit you call:
call UnitAddType(u,UNIT_TYPE_STRUCTURE)
I'm looking for the UNIT_TYPE_WARD unit type... and it an't UNIT_TYPE_WARD. I'm guessing its something weird since unit type worker is UNIT_TYPE_PEON (i think) so....