- Joined
- Feb 28, 2007
- Messages
- 3,479
Hello again,
I'm back with yet another nooby UI modding question. I tried following the available resources on custom UI but alas here I am.
All I want to do is hide the armor icon and label that's shown whenever a single unit is selected.
I tried something like this:
But as it stands, the armor icon and everything is still right there.
Thanks in advance
I'm back with yet another nooby UI modding question. I tried following the available resources on custom UI but alas here I am.
All I want to do is hide the armor icon and label that's shown whenever a single unit is selected.
I tried something like this:
JASS:
call BlzFrameSetVisible(BlzGetFrameByName("SimpleInfoPanelIconArmor", 2), false)
But as it stands, the armor icon and everything is still right there.
Thanks in advance