- Joined
- Mar 1, 2018
- Messages
- 41
I've tried using a temporary unit variable
call UnitRemoveAbility(TEMP_UNIT_STRT, 'Stop')
but i get an error
then just
call UnitRemoveAbilityBJ( 'Patrol', GetTriggerUnit() )
but i believe maybe these commands have codes like a regular ability does
ex:
UnitRemoveAbilityBJ( 'A087', GetTriggerUnit() )
Does anyone know the codes of "move, patrol, stop" or knows how to find them?
thanks in advance.
call UnitRemoveAbility(TEMP_UNIT_STRT, 'Stop')
but i get an error
then just
call UnitRemoveAbilityBJ( 'Patrol', GetTriggerUnit() )
but i believe maybe these commands have codes like a regular ability does
ex:
UnitRemoveAbilityBJ( 'A087', GetTriggerUnit() )
Does anyone know the codes of "move, patrol, stop" or knows how to find them?
thanks in advance.