How to use Flying Height

Status
Not open for further replies.
MyUnit must be capable of having a flying height though.

If you're trying to set a unit's flying height which has movement type other than flying, you have to do this small trick:

JASS:
if UnitAddAbility(udg_MyUnit,'Arav') then
    UnitRemoveAbility(udg_MyUnit,'Arav')
endif
 
Status
Not open for further replies.
Top