• 🏆 Texturing Contest #33 is OPEN! Contestants must re-texture a SD unit model found in-game (Warcraft 3 Classic), recreating the unit into a peaceful NPC version. 🔗Click here to enter!
  • It's time for the first HD Modeling Contest of 2024. Join the theme discussion for Hive's HD Modeling Contest #6! Click here to post your idea!

Multiboard probems

Status
Not open for further replies.
Level 5
Joined
May 21, 2011
Messages
56
I created this multiboard from a tutorial but is don't work! why?

  • Kill Multiboard
    • Events
      • Time - Elapsed game time is 11.00 seconds
    • Conditions
      • ffa_mode Equal to True
    • Actions
      • Set Player_Colors[1] = |c00ff0000
      • Set Player_Colors[2] = |c000000ff
      • Set Player_Colors[3] = |c0000ffff
      • Set Player_Colors[4] = |c00800080
      • Set Player_Colors[5] = |c00ffff00
      • Set Player_Colors[6] = |c00ff8000
      • Set Player_Colors[7] = |c0000ff00
      • Set Player_Colors[8] = |c00ff00ff
      • Set Player_Colors[9] = |cff00ffff
      • Set Player_Colors[10] = |cffffffff
      • Multiboard - Create a multiboard with 3 columns and (1 + player_count) rows, titled FFA Mode
      • Set player_count = (Number of players in (All players matching (((Matching player) controller) Equal to User)))
      • Multiboard - Set the text for (Last created multiboard) item in column 2, row 1 to Player Name
      • Multiboard - Set the text for (Last created multiboard) item in column 3, row 1 to Kills
      • For each (Integer A) from 1 to (1 + player_count), do (Actions)
        • Loop - Actions
          • 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 1, row (Integer A) to Show text and Hide icons
          • Multiboard - Set the display style for (Last created multiboard) item in column 2, row (Integer A) to Show text and Hide icons
          • Multiboard - Set the display style for (Last created multiboard) item in column 3, row (Integer A) to Show text and Hide icons
          • Multiboard - Set the width for (Last created multiboard) item in column 1, row (Integer A) to 2.00% of the total screen width
          • Multiboard - Set the width for (Last created multiboard) item in column 2, row (Integer A) to 8.00% of the total screen width
          • Multiboard - Set the width for (Last created multiboard) item in column 3, row (Integer A) to 2.00% of the total screen width
      • Set List = 2
      • Player Group - Pick every player in (All players matching (((Matching player) controller) Equal to User)) and do (Actions)
        • Loop - Actions
          • Set Multiboard_Spots = List
          • Multiboard - Set the text for (Last created multiboard) item in column 2, row List to (Player_Colors[(Player number of (Picked player))] + ((Name of (Picked player)) + |r))
          • Multiboard - Set the text for (Last created multiboard) item in column 3, row List to 0
          • Multiboard - Set the icon for (Last created multiboard) item in column 1, row List to ReplaceableTextures\CommandButtons\BTNVillagerMan.blp
          • Set List = (List + 1)
      • Multiboard - Show (Last created multiboard)
 
Level 5
Joined
May 21, 2011
Messages
56
yes, to 1.26

Edit: I get those errors:

"Trigger function does not exist in database: CreateMultiboardBJ"

and
255p309.png
 
Last edited:
Level 5
Joined
May 21, 2011
Messages
56
Status
Not open for further replies.
Top