• Check out the results of the Techtree Contest #19!
  • 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.
  • Create a void inspired texture for Warcraft 3 and enter Hive's 34th Texturing Contest: Void! Click here to enter!
  • The Hive's 22nd Icon Contest: Creep Abilities is now concluded, time to vote for your favourite set of icons! Click here to vote!

[Trigger] Multiboard(Name/Icon/Kills/Death)

Status
Not open for further replies.

ranger296

R

ranger296

My friend and I need help making a multiboard. We got the basic structure, but we're not sure how to trigger kills,deaths,levels,etc. We got the basic idea of the multiboard from a tutorial. Heres what we got so far. MultiBoard
  • Events
    • Time - Elapsed game time is 1.00 seconds
    • Conditions
    • Actions
      • Multiboard - Create a multiboard with 4 columns and 16 rows, titled Paintball
      • Multiboard - Hide (Last created multiboard)
      • Multiboard - Set the display style for (Last created multiboard) item in column 0, row 0 to Show text and Hide icons
      • Multiboard - Set the display style for (Last created multiboard) item in column 2, row 0 to Show text and Show 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 2, row 5 to Show text and Hide icons
      • Multiboard - Set the display style for (Last created multiboard) item in column 2, row 9 to Show text and Hide icons
      • Multiboard - Set the display style for (Last created multiboard) item in column 2, row 13 to Show text and Hide icons
      • Multiboard - Set the width for (Last created multiboard) item in column 0, row 0 to 3.00% of the total screen width
      • Multiboard - Set the width for (Last created multiboard) item in column 1, row 0 to 11.00% of the total screen width
      • Multiboard - Set the width for (Last created multiboard) item in column 1, row 1 to 12.50% of the total screen width
      • Multiboard - Set the width for (Last created multiboard) item in column 1, row 5 to 12.50% of the total screen width
      • Multiboard - Set the width for (Last created multiboard) item in column 1, row 9 to 12.50% of the total screen width
      • Multiboard - Set the width for (Last created multiboard) item in column 1, row 13 to 12.50% of the total screen width
      • Multiboard - Set the width for (Last created multiboard) item in column 2, row 0 to 3.50% of the total screen width
      • Multiboard - Set the width for (Last created multiboard) item in column 4, row 0 to 4.50% of the total screen width
      • Multiboard - Set the text for (Last created multiboard) item in column 1, row 1 to Team One
      • Multiboard - Set the text for (Last created multiboard) item in column 1, row 5 to Team Two
      • Multiboard - Set the text for (Last created multiboard) item in column 1, row 9 to Team Three
      • Multiboard - Set the text for (Last created multiboard) item in column 1, row 13 to Team Four
      • Multiboard - Set the text for (Last created multiboard) item in column 2, row 1 to Level
      • Multiboard - Set the text for (Last created multiboard) item in column 2, row 5 to Level
      • Multiboard - Set the text for (Last created multiboard) item in column 2, row 9 to Level
      • Multiboard - Set the text for (Last created multiboard) item in column 2, row 13 to Level
      • Multiboard - Set the text for (Last created multiboard) item in column 3, row 1 to Kills
      • Multiboard - Set the text for (Last created multiboard) item in column 3, row 5 to Kills
      • Multiboard - Set the text for (Last created multiboard) item in column 3, row 9 to Kills
      • Multiboard - Set the text for (Last created multiboard) item in column 3, row 13 to Kills
      • Multiboard - Set the text for (Last created multiboard) item in column 4, row 1 to Deaths
      • Multiboard - Set the text for (Last created multiboard) item in column 4, row 5 to Deaths
      • Multiboard - Set the text for (Last created multiboard) item in column 4, row 9 to Deaths
      • Multiboard - Set the text for (Last created multiboard) item in column 4, row 13 to Deaths
      • Multiboard - Show (Last created multiboard)
 
Store what you will change in variables
and modify variables then set multiboard items to values of those variables

like
Unit Dies
Set Kills[Player number of (owner of (triggering unit))] = Kills[Player number of (owner of (triggering unit))]+1
Multiboard - Set value in X - Player number of (owner of (triggering unit)) to Kills[Player number of (owner of (triggering unit))]
 
Status
Not open for further replies.
Back
Top