- Joined
- Jul 12, 2021
- Messages
- 97
Is it possible to change the icon of an ability for only one unit?
I tried like this, but it doesn't work:
I tried like this, but it changes for all the units of one player:
I tried with the abililty Engineering Upgrade, but it doesn't work. The upgrades work for Icon - Research but not for Icon - Normal, which is what I want.
I tried a workaround of removing the ability I want theitem icon to be changed and add an ability with the new icon. It worked, but didn't like this option.
I tried like this, but it doesn't work:
-
Ability - Set Ability: (Unit: Paladin 0000 <gen>'s Ability with Ability Code: Holy Light)'s String Level Field: Icon - Normal ('aart') of Level: 0 to ReplaceableTextures\CommandButtons\BTNAbomination.blp
I tried like this, but it changes for all the units of one player:
-
Custom script: if (GetLocalPlayer() == Player(1)) then
-
Ability - Set Icon of Holy Light to ReplaceableTextures\CommandButtons\BTNAcolyte.blp
-
Custom script: endif
I tried with the abililty Engineering Upgrade, but it doesn't work. The upgrades work for Icon - Research but not for Icon - Normal, which is what I want.
I tried a workaround of removing the ability I want the
Last edited: