• 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.

Show/Hide Multiboard

Status
Not open for further replies.
Level 12
Joined
Mar 13, 2020
Messages
421
  • Multiboard
    • Events
      • Time - Elapsed game time is 60.00 seconds
    • Conditions
    • Actions
      • Multiboard - Create a multiboard with 5 columns and (PlayerCount + 1) rows, titled Player Data.
      • Multiboard - Set the width for (Last created multiboard) item in column 1, row 1 to 6.00% of the total screen width
      • Multiboard - Set the width for (Last created multiboard) item in column 2, row 1 to 2.00% of the total screen width
      • Multiboard - Set the width for (Last created multiboard) item in column 3, row 1 to 5.00% of the total screen width
      • Multiboard - Set the width for (Last created multiboard) item in column 4, row 1 to 5.00% of the total screen width
      • Multiboard - Set the width for (Last created multiboard) item in column 5, row 1 to 3.00% of the total screen width
      • Multiboard - Set the text for (Last created multiboard) item in column 1, row 1 to |cff8080ffName|r
      • Multiboard - Set the text for (Last created multiboard) item in column 2, row 1 to |cff008080X|r
      • Multiboard - Set the text for (Last created multiboard) item in column 3, row 1 to |cffff0000Damage|r
      • Multiboard - Set the text for (Last created multiboard) item in column 4, row 1 to |cffffff00Heal|r
      • Multiboard - Set the text for (Last created multiboard) item in column 5, row 1 to |cff808080Deaths|r
      • Multiboard - Set the display style for (Last created multiboard) item in column 1, row 1 to Show text and Hide icons
      • Multiboard - Set the display style for (Last created multiboard) item in column 2, row 1 to Show text and Hide icons
      • Multiboard - Set the display style for (Last created multiboard) item in column 3, row 1 to Show text and Hide icons
      • Multiboard - Set the display style for (Last created multiboard) item in column 4, row 1 to Show text and Hide icons
      • Multiboard - Set the display style for (Last created multiboard) item in column 5, row 1 to Show text and Hide icons
      • For each (Integer B) from 2 to (PlayerCount + 1), do (Actions)
        • Loop - Actions
          • Multiboard - Set the width for (Last created multiboard) item in column 1, row (Integer B) to 6.00% of the total screen width
          • Multiboard - Set the width for (Last created multiboard) item in column 2, row (Integer B) to 2.00% of the total screen width
          • Multiboard - Set the width for (Last created multiboard) item in column 3, row (Integer B) to 5.00% of the total screen width
          • Multiboard - Set the width for (Last created multiboard) item in column 4, row (Integer B) to 5.00% of the total screen width
          • Multiboard - Set the width for (Last created multiboard) item in column 5, row (Integer B) to 3.00% of the total screen width
          • Multiboard - Set the text for (Last created multiboard) item in column 1, row (Integer B) to (Name of (Player(((Integer B) - 1))))
          • Multiboard - Set the icon for (Last created multiboard) item in column 2, row (Integer B) to PlayerRole[((Integer B) - 1)]
          • Multiboard - Set the text for (Last created multiboard) item in column 3, row (Integer B) to (String((Integer(DPS_TotalDamage[((Integer B) - 1)]))))
          • Multiboard - Set the text for (Last created multiboard) item in column 4, row (Integer B) to (String((Integer(HEAL_TotalHeal[((Integer B) - 1)]))))
          • Multiboard - Set the text for (Last created multiboard) item in column 5, row (Integer B) to (String(PlayerDeath[(Player number of (Owner of (Dying unit)))]))
          • Multiboard - Set the display style for (Last created multiboard) item in column 1, row (Integer B) to Show text and Hide icons
          • Multiboard - Set the display style for (Last created multiboard) item in column 2, row (Integer B) to Hide text and Show icons
          • Multiboard - Set the display style for (Last created multiboard) item in column 3, row (Integer B) to Show text and Hide icons
          • Multiboard - Set the display style for (Last created multiboard) item in column 4, row (Integer B) to Show text and Hide icons
          • Multiboard - Set the display style for (Last created multiboard) item in column 5, row (Integer B) to Show text and Hide icons
      • Multiboard - Minimize (Last created multiboard)
      • Multiboard - Maximize (Last created multiboard)
      • Trigger - Turn on Refresh Multiboard <gen>
you can see at the end this minimize and then maximize? thats it
 
Level 2
Joined
Mar 27, 2019
Messages
10
Do you think that you can help me with a tutorial or a map that is exactly like that?

MultiBoard

Kills Deaths
Player 1 0 0
Player 2 0 0
Player 3 0 0
Player 4 0 0
Player 5 0 0
Player 6 0 0
 
Status
Not open for further replies.
Top