• Listen to a special audio message from Bill Roper to the Hive Workshop community (Bill is a former Vice President of Blizzard Entertainment, Producer, Designer, Musician, Voice Actor) 🔗Click here to hear his message!
  • Read Evilhog's interview with Gregory Alper, the original composer of the music for WarCraft: Orcs & Humans 🔗Click here to read the full interview.

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
 
Level 28
Joined
Jan 26, 2007
Messages
4,789
  • 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.
Top