Why is it that
will indeed remove the ability to move (takes away the move, stop, hold position, and patrol buttons) but
does not add them back?
What makes an ability un-addable?
JASS:
UnitRemoveAbility(currentUnit, 'Amov')
will indeed remove the ability to move (takes away the move, stop, hold position, and patrol buttons) but
JASS:
UnitAddAbility(currentUnit, 'Amov')
does not add them back?
What makes an ability un-addable?