Icon hiding in multiboard

Status
Not open for further replies.
Level 3
Joined
Mar 5, 2007
Messages
32
Hi, I'm making a large fullscreen multiboard with loads of rows and columns. What I want to do is hide close-to-all the icons in the multiboard, without making a single script for all the icons, there would be many hundreds... I'm using GUI and am unfamiliar with JASS...

Thanks in advance
 
  • Multiboard - Set the display style for (Last created multiboard) item in column 0, row 0 to Show text and Hide icons
This will hide all icons in the multiboard.
If you need to show the icons in 1 specific column (e.g.: hero-column), you can add this afterwards:

  • Multiboard - Set the display style for (Last created multiboard) item in column 1, row 0 to Show text and Show icons
 
Status
Not open for further replies.
Back
Top