HomeUser Control Panel (unavailable in archive)ForumsTutorialsArt GalleryResourcesMaps

Why can't I see some abilities in triggers

02-15-2004, 11:05 AM#1
Soultaker
Where can I find them? I can see them in the unit editor but not in the trigger Unit - Remove ability or - Add ability.

By the way what does the ability "Attack" and where can I find it, if it means that when I remove it then the unit can't attack then I need it.
02-15-2004, 11:51 AM#2
Alakafizz
Some just cant be edited via normal GUI.

You can access them by using custom scripts:
Code:
Custom script:   call UnitRemoveAbilityBJ( 'Aatk', GetTriggerUnit() )
Custom script:   call UnitAddAbilityBJ( 'Aatk', GetTriggerUnit() )

Get the code (Aatk in the case of Attack) by pressing Ctrl+d in the object editor, and yes, removing Attack means the unit cant attack.