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

Multiboard issue

Status
Not open for further replies.
OMG... does any one know why does this doesnt work as it should? i mean, look at the screenshot!
  • Multiboard Initialization
    • Events
      • Time - Elapsed game time is 0.01 seconds
    • Conditions
    • Actions
      • Set Temp = 4
      • Multiboard - Create a multiboard with 16 columns and 25 rows, titled Strings[0]
      • Set Inventory = (Last created multiboard)
      • For each (Integer A) from 0 to 3, do (Actions)
        • Loop - Actions
          • Multiboard - Set the display style for Inventory item in column (1 + ((Integer A) x Temp)), row 0 to Show text and Hide icons
          • Multiboard - Set the display style for Inventory item in column (2 + ((Integer A) x Temp)), row 0 to Hide text and Show icons
          • Multiboard - Set the display style for Inventory item in column (3 + ((Integer A) x Temp)), row 0 to Show text and Hide icons
          • Multiboard - Set the display style for Inventory item in column (4 + ((Integer A) x Temp)), row 0 to Show text and Hide icons
          • Multiboard - Set the width for Inventory item in column (1 + ((Integer A) x Temp)), row 0 to 1.00% of the total screen width
          • Multiboard - Set the width for Inventory item in column (2 + ((Integer A) x Temp)), row 0 to 2.00% of the total screen width
          • Multiboard - Set the width for Inventory item in column (3 + ((Integer A) x Temp)), row 0 to 5.00% of the total screen width
          • Multiboard - Set the width for Inventory item in column (4 + ((Integer A) x Temp)), row 0 to 3.00% of the total screen width
          • Multiboard - Set the icon for Inventory item in column (2 + ((Integer A) x Temp)), row 0 to ReplaceableTextures\WorldEditUI\Editor-MultipleUnits.blp
          • Multiboard - Set the text for Inventory item in column (3 + ((Integer A) x Temp)), row 0 to Strings[2]
          • Multiboard - Set the text for Inventory item in column (4 + ((Integer A) x Temp)), row 0 to Strings[3]
      • Set Temp = 0
      • Multiboard - Maximize Inventory
 

Attachments

  • BUG.JPG
    BUG.JPG
    45.8 KB · Views: 147
Status
Not open for further replies.
Top