• 🏆 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!

Leaderboard.

Status
Not open for further replies.
Level 12
Joined
Dec 2, 2016
Messages
733
So I've got this multiboard, which is supposed to add all players in the game to it. But for some reason is only showing player#1/red in the list. Any idea what's wrong here?
Thanks.



  • Multiboard Create
    • Events
      • Time - Elapsed game time is 1.00 seconds
    • Conditions
    • Actions
      • Multiboard - Create a multiboard with 4 columns and 3 rows, titled |CFFFFFFFFGame time...
      • Set Multiboard = (Last created multiboard)
      • Multiboard - Minimize (Last created multiboard)
      • Multiboard - Maximize (Last created multiboard)
      • Multiboard - Set the text for (Last created multiboard) item in column 2, row 1 to Gold
      • Multiboard - Set the text for (Last created multiboard) item in column 2, row 3 to 0
      • Multiboard - Set the text for (Last created multiboard) item in column 3, row 1 to Lumber
      • Multiboard - Set the text for (Last created multiboard) item in column 3, row 3 to 0
      • Multiboard - Set the text for (Last created multiboard) item in column 4, row 1 to Fed
      • Multiboard - Set the text for (Last created multiboard) item in column 4, row 3 to 0
      • Multiboard - Set the text for (Last created multiboard) item in column 1, row 2 to Humans
      • Multiboard - Set the text for (Last created multiboard) item in column 1, row 3 to (Name of Player 1 (Red))
      • Multiboard - Set the text for (Last created multiboard) item in column 1, row 3 to String_PlayerColors[1]
      • Multiboard - Set the text for (Last created multiboard) item in column 1, row 4 to (Name of Player 2 (Blue))
      • Multiboard - Set the text for (Last created multiboard) item in column 1, row 4 to String_PlayerColors[2]
      • Multiboard - Set the text for (Last created multiboard) item in column 1, row 5 to (Name of Player 3 (Teal))
      • Multiboard - Set the text for (Last created multiboard) item in column 1, row 5 to String_PlayerColors[3]
      • Multiboard - Set the text for (Last created multiboard) item in column 1, row 6 to (Name of Player 4 (Purple))
      • Multiboard - Set the text for (Last created multiboard) item in column 1, row 6 to String_PlayerColors[4]
      • Multiboard - Set the text for (Last created multiboard) item in column 1, row 7 to (Name of Player 5 (Yellow))
      • Multiboard - Set the text for (Last created multiboard) item in column 1, row 7 to String_PlayerColors[5]
      • Multiboard - Set the text for (Last created multiboard) item in column 1, row 8 to (Name of Player 6 (Orange))
      • Multiboard - Set the text for (Last created multiboard) item in column 1, row 8 to String_PlayerColors[6]
      • Multiboard - Set the text for (Last created multiboard) item in column 1, row 9 to (Name of Player 7 (Green))
      • Multiboard - Set the text for (Last created multiboard) item in column 1, row 9 to String_PlayerColors[7]
      • Multiboard - Set the text for (Last created multiboard) item in column 1, row 10 to (Name of Player 8 (Pink))
      • Multiboard - Set the text for (Last created multiboard) item in column 1, row 10 to String_PlayerColors[8]
      • Multiboard - Set the text for (Last created multiboard) item in column 1, row 11 to (Name of Player 9 (Gray))
      • Multiboard - Set the text for (Last created multiboard) item in column 1, row 11 to String_PlayerColors[9]
      • Multiboard - Set the text for (Last created multiboard) item in column 1, row 12 to (Name of Player 10 (Light Blue))
      • Multiboard - Set the text for (Last created multiboard) item in column 1, row 12 to String_PlayerColors[10]
      • Multiboard - Set the text for (Last created multiboard) item in column 1, row 13 to Vampires
      • Multiboard - Set the text for (Last created multiboard) item in column 1, row 14 to (Name of Player 11 (Dark Green))
      • Multiboard - Set the text for (Last created multiboard) item in column 1, row 14 to String_PlayerColors[11]
      • Multiboard - Set the text for (Last created multiboard) item in column 1, row 15 to (Name of Player 12 (Brown))
      • Multiboard - Set the text for (Last created multiboard) item in column 1, row 15 to String_PlayerColors[12]
      • Multiboard - Set the color for (Last created multiboard) item in column 1, row 1 to (100.00%, 100.00%, 100.00%) with 100.00% transparency
      • Multiboard - Set the color for (Last created multiboard) item in column 2, row 1 to (100.00%, 100.00%, 0.00%) with 0.00% transparency
      • Multiboard - Set the color for (Last created multiboard) item in column 2, row 3 to (100.00%, 100.00%, 0.00%) with 0.00% transparency
      • Multiboard - Set the color for (Last created multiboard) item in column 3, row 1 to (0.00%, 75.00%, 0.00%) with 0.00% transparency
      • Multiboard - Set the color for (Last created multiboard) item in column 3, row 3 to (0.00%, 75.00%, 0.00%) with 0.00% transparency
      • Multiboard - Set the color for (Last created multiboard) item in column 4, row 1 to (100.00%, 0.00%, 0.00%) with 0.00% transparency
      • Multiboard - Set the color for (Last created multiboard) item in column 4, row 3 to (100.00%, 0.00%, 0.00%) with 0.00% transparency
      • Multiboard - Set the width for (Last created multiboard) item in column 1, row 1 to 10.00% of the total screen width
      • Multiboard - Set the width for (Last created multiboard) item in column 1, row 2 to 10.00% of the total screen width
      • Multiboard - Set the width for (Last created multiboard) item in column 1, row 3 to 10.00% of the total screen width
      • Multiboard - Set the width for (Last created multiboard) item in column 2, row 1 to 5.00% of the total screen width
      • Multiboard - Set the width for (Last created multiboard) item in column 2, row 2 to 5.00% of the total screen width
      • Multiboard - Set the width for (Last created multiboard) item in column 2, row 3 to 5.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 3, row 2 to 5.00% of the total screen width
      • Multiboard - Set the width for (Last created multiboard) item in column 3, row 3 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 4, row 2 to 5.00% of the total screen width
      • Multiboard - Set the width for (Last created multiboard) item in column 4, row 3 to 5.00% of the total screen width
      • 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 3 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 2, row 2 to Hide text and Show icons
      • Multiboard - Set the display style for (Last created multiboard) item in column 2, row 3 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 3, row 2 to Hide text and Show icons
      • Multiboard - Set the display style for (Last created multiboard) item in column 3, row 3 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 4, row 2 to Hide text and Show icons
      • Multiboard - Set the display style for (Last created multiboard) item in column 4, row 3 to Show text and Hide icons
      • Multiboard - Set the icon for (Last created multiboard) item in column 1, row 2 to ReplaceableTextures\CommandButtons\BTNPeasant.blp
      • Multiboard - Set the icon for (Last created multiboard) item in column 1, row 13 to ReplaceableTextures\CommandButtons\BTNMetamorphosis.blp
      • Multiboard - Set the icon for (Last created multiboard) item in column 2, row 2 to UI\Feedback\Resources\ResourceGold.blp
      • Multiboard - Set the icon for (Last created multiboard) item in column 3, row 2 to UI\Feedback\Resources\ResourceLumber.blp
      • Multiboard - Set the icon for (Last created multiboard) item in column 4, row 2 to ReplaceableTextures\CommandButtons\BTNCritterChicken.blp

  • Multiboard Show
    • Events
    • Conditions
    • Actions
      • For each (Integer A) from 1 to 12, do (Actions)
        • Loop - Actions
          • Multiboard - Hide (Last created multiboard)
          • Custom script: if ( GetLocalPlayer() == Player(0) ) then
          • Multiboard - Show (Last created multiboard)
          • Custom script: endif
  • Player Colors
    • Events
      • Map initialization
    • Conditions
    • Actions
      • Set String_PlayerNames[1] = (Name of Player 1 (Red))
      • Set String_PlayerNames[2] = (Name of Player 2 (Blue))
      • Set String_PlayerNames[3] = (Name of Player 3 (Teal))
      • Set String_PlayerNames[4] = (Name of Player 4 (Purple))
      • Set String_PlayerNames[5] = (Name of Player 5 (Yellow))
      • Set String_PlayerNames[6] = (Name of Player 6 (Orange))
      • Set String_PlayerNames[7] = (Name of Player 7 (Green))
      • Set String_PlayerNames[8] = (Name of Player 8 (Pink))
      • Set String_PlayerNames[9] = (Name of Player 9 (Gray))
      • Set String_PlayerNames[10] = (Name of Player 10 (Light Blue))
      • Set String_PlayerNames[11] = (Name of Player 11 (Dark Green))
      • Set String_PlayerNames[12] = (Name of Player 12 (Brown))
      • -------- ### --------
      • Set String_PlayerColors[1] = (|CFFFF0000 + ((Name of Player 1 (Red)) + |r))
      • Set String_PlayerColors[2] = (|CFF0000FF + ((Name of Player 2 (Blue)) + |r))
      • Set String_PlayerColors[3] = (|CFF008080 + ((Name of Player 3 (Teal)) + |r))
      • Set String_PlayerColors[4] = (|CFF800080 + ((Name of Player 4 (Purple)) + |r))
      • Set String_PlayerColors[5] = (|CFFFFFF00 + ((Name of Player 5 (Yellow)) + |r))
      • Set String_PlayerColors[6] = (|CFFFFA500 + ((Name of Player 6 (Orange)) + |r))
      • Set String_PlayerColors[7] = (|CFF008000 + ((Name of Player 7 (Green)) + |r))
      • Set String_PlayerColors[8] = (|CFFFFC0CB + ((Name of Player 8 (Pink)) + |r))
      • Set String_PlayerColors[9] = (|CFF808080 + ((Name of Player 9 (Gray)) + |r))
      • Set String_PlayerColors[10] = (|CFFADD8E6 + ((Name of Player 10 (Light Blue)) + |r))
      • Set String_PlayerColors[11] = (|CFF006400 + ((Name of Player 11 (Dark Green)) + |r))
      • Set String_PlayerColors[12] = (|CFFA52A2A + ((Name of Player 12 (Brown)) + |r))
 
Level 5
Joined
Apr 13, 2017
Messages
157
I believe this is what you are looking for Creating an Simple and a Advanced Multiboard

And you don't have to do this:
  • Player Colors
    • Events
      • Map initialization
    • Conditions
    • Actions
      • Set String_PlayerNames[1] = (Name of Player 1 (Red))
      • Set String_PlayerNames[2] = (Name of Player 2 (Blue))
      • Set String_PlayerNames[3] = (Name of Player 3 (Teal))
      • Set String_PlayerNames[4] = (Name of Player 4 (Purple))
      • Set String_PlayerNames[5] = (Name of Player 5 (Yellow))
      • Set String_PlayerNames[6] = (Name of Player 6 (Orange))
      • Set String_PlayerNames[7] = (Name of Player 7 (Green))
      • Set String_PlayerNames[8] = (Name of Player 8 (Pink))
      • Set String_PlayerNames[9] = (Name of Player 9 (Gray))
      • Set String_PlayerNames[10] = (Name of Player 10 (Light Blue))
      • Set String_PlayerNames[11] = (Name of Player 11 (Dark Green))
      • Set String_PlayerNames[12] = (Name of Player 12 (Brown))
      • -------- ### --------
      • Set String_PlayerColors[1] = (|CFFFF0000 + ((Name of Player 1 (Red)) + |r))
      • Set String_PlayerColors[2] = (|CFF0000FF + ((Name of Player 2 (Blue)) + |r))
      • Set String_PlayerColors[3] = (|CFF008080 + ((Name of Player 3 (Teal)) + |r))
      • Set String_PlayerColors[4] = (|CFF800080 + ((Name of Player 4 (Purple)) + |r))
      • Set String_PlayerColors[5] = (|CFFFFFF00 + ((Name of Player 5 (Yellow)) + |r))
      • Set String_PlayerColors[6] = (|CFFFFA500 + ((Name of Player 6 (Orange)) + |r))
      • Set String_PlayerColors[7] = (|CFF008000 + ((Name of Player 7 (Green)) + |r))
      • Set String_PlayerColors[8] = (|CFFFFC0CB + ((Name of Player 8 (Pink)) + |r))
      • Set String_PlayerColors[9] = (|CFF808080 + ((Name of Player 9 (Gray)) + |r))
      • Set String_PlayerColors[10] = (|CFFADD8E6 + ((Name of Player 10 (Light Blue)) + |r))
      • Set String_PlayerColors[11] = (|CFF006400 + ((Name of Player 11 (Dark Green)) + |r))
      • Set String_PlayerColors[12] = (|CFFA52A2A + ((Name of Player 12 (Brown)) + |r))
You can just place this:
  • Events
    • Whatever your event
  • Conditions
  • Actions
    • // Create a new variable: PlayerColor with an Array of 1
    • Multiboard - Set the text for (Last Created Multiboard) item in (Where you place the name), (Where you place the name) to PlayerColor[(Player Number of (Picked Player)] + ((Name of (Picked Player))
 
Level 12
Joined
Dec 2, 2016
Messages
733
You create your multiboard with only 3 rows. And you add players up to the 15th row.
Yeah I figured that out, I'm having this issue now.

Gyazo - 2f85b48383a2f743dab302352f1d2fb5.jpg

I don't know where in the trigger it's creating these little icons for the other players.


  • Multiboard Create
    • Events
      • Time - Elapsed game time is 1.00 seconds
    • Conditions
    • Actions
      • Multiboard - Create a multiboard with 4 columns and 15 rows, titled |CFFFFFFFFGame time...
      • Set Multiboard = (Last created multiboard)
      • Multiboard - Minimize (Last created multiboard)
      • Multiboard - Set the text for (Last created multiboard) item in column 2, row 1 to Gold
      • Multiboard - Set the text for (Last created multiboard) item in column 2, row 3 to 0
      • Multiboard - Set the text for (Last created multiboard) item in column 2, row 4 to 0
      • Multiboard - Set the text for (Last created multiboard) item in column 3, row 1 to Lumber
      • Multiboard - Set the text for (Last created multiboard) item in column 3, row 3 to 0
      • Multiboard - Set the text for (Last created multiboard) item in column 3, row 4 to 0
      • Multiboard - Set the text for (Last created multiboard) item in column 4, row 1 to Fed
      • Multiboard - Set the text for (Last created multiboard) item in column 4, row 3 to 0
      • Multiboard - Set the text for (Last created multiboard) item in column 4, row 4 to 0
      • Multiboard - Set the text for (Last created multiboard) item in column 1, row 2 to Humans
      • Multiboard - Set the text for (Last created multiboard) item in column 1, row 3 to (Name of Player 1 (Red))
      • Multiboard - Set the text for (Last created multiboard) item in column 1, row 3 to String_PlayerColors[1]
      • Multiboard - Set the text for (Last created multiboard) item in column 1, row 4 to (Name of Player 2 (Blue))
      • Multiboard - Set the text for (Last created multiboard) item in column 1, row 4 to String_PlayerColors[2]
      • Multiboard - Set the text for (Last created multiboard) item in column 1, row 5 to (Name of Player 3 (Teal))
      • Multiboard - Set the text for (Last created multiboard) item in column 1, row 5 to String_PlayerColors[3]
      • Multiboard - Set the text for (Last created multiboard) item in column 1, row 6 to (Name of Player 4 (Purple))
      • Multiboard - Set the text for (Last created multiboard) item in column 1, row 6 to String_PlayerColors[4]
      • Multiboard - Set the text for (Last created multiboard) item in column 1, row 7 to (Name of Player 5 (Yellow))
      • Multiboard - Set the text for (Last created multiboard) item in column 1, row 7 to String_PlayerColors[5]
      • Multiboard - Set the text for (Last created multiboard) item in column 1, row 8 to (Name of Player 6 (Orange))
      • Multiboard - Set the text for (Last created multiboard) item in column 1, row 8 to String_PlayerColors[6]
      • Multiboard - Set the text for (Last created multiboard) item in column 1, row 9 to (Name of Player 7 (Green))
      • Multiboard - Set the text for (Last created multiboard) item in column 1, row 9 to String_PlayerColors[7]
      • Multiboard - Set the text for (Last created multiboard) item in column 1, row 10 to (Name of Player 8 (Pink))
      • Multiboard - Set the text for (Last created multiboard) item in column 1, row 10 to String_PlayerColors[8]
      • Multiboard - Set the text for (Last created multiboard) item in column 1, row 11 to (Name of Player 9 (Gray))
      • Multiboard - Set the text for (Last created multiboard) item in column 1, row 11 to String_PlayerColors[9]
      • Multiboard - Set the text for (Last created multiboard) item in column 1, row 12 to (Name of Player 10 (Light Blue))
      • Multiboard - Set the text for (Last created multiboard) item in column 1, row 12 to String_PlayerColors[10]
      • Multiboard - Set the text for (Last created multiboard) item in column 1, row 13 to Vampires
      • Multiboard - Set the text for (Last created multiboard) item in column 1, row 14 to (Name of Player 11 (Dark Green))
      • Multiboard - Set the text for (Last created multiboard) item in column 1, row 14 to String_PlayerColors[11]
      • Multiboard - Set the text for (Last created multiboard) item in column 1, row 15 to (Name of Player 12 (Brown))
      • Multiboard - Set the text for (Last created multiboard) item in column 1, row 15 to String_PlayerColors[12]
      • Multiboard - Set the color for (Last created multiboard) item in column 1, row 1 to (100.00%, 100.00%, 100.00%) with 100.00% transparency
      • Multiboard - Set the color for (Last created multiboard) item in column 2, row 1 to (100.00%, 100.00%, 0.00%) with 0.00% transparency
      • Multiboard - Set the color for (Last created multiboard) item in column 2, row 3 to (100.00%, 100.00%, 0.00%) with 0.00% transparency
      • Multiboard - Set the color for (Last created multiboard) item in column 3, row 1 to (0.00%, 75.00%, 0.00%) with 0.00% transparency
      • Multiboard - Set the color for (Last created multiboard) item in column 3, row 3 to (0.00%, 75.00%, 0.00%) with 0.00% transparency
      • Multiboard - Set the color for (Last created multiboard) item in column 3, row 4 to (0.00%, 75.00%, 0.00%) with 0.00% transparency
      • Multiboard - Set the color for (Last created multiboard) item in column 3, row 5 to (0.00%, 75.00%, 0.00%) with 0.00% transparency
      • Multiboard - Set the color for (Last created multiboard) item in column 3, row 6 to (0.00%, 75.00%, 0.00%) with 0.00% transparency
      • Multiboard - Set the color for (Last created multiboard) item in column 3, row 7 to (0.00%, 75.00%, 0.00%) with 0.00% transparency
      • Multiboard - Set the color for (Last created multiboard) item in column 3, row 8 to (0.00%, 75.00%, 0.00%) with 0.00% transparency
      • Multiboard - Set the color for (Last created multiboard) item in column 3, row 9 to (0.00%, 75.00%, 0.00%) with 0.00% transparency
      • Multiboard - Set the color for (Last created multiboard) item in column 3, row 10 to (0.00%, 75.00%, 0.00%) with 0.00% transparency
      • Multiboard - Set the color for (Last created multiboard) item in column 4, row 1 to (100.00%, 0.00%, 0.00%) with 0.00% transparency
      • Multiboard - Set the color for (Last created multiboard) item in column 4, row 3 to (100.00%, 0.00%, 0.00%) with 0.00% transparency
      • Multiboard - Set the width for (Last created multiboard) item in column 1, row 1 to 10.00% of the total screen width
      • Multiboard - Set the width for (Last created multiboard) item in column 1, row 2 to 10.00% of the total screen width
      • Multiboard - Set the width for (Last created multiboard) item in column 1, row 3 to 10.00% of the total screen width
      • Multiboard - Set the width for (Last created multiboard) item in column 2, row 1 to 5.00% of the total screen width
      • Multiboard - Set the width for (Last created multiboard) item in column 2, row 2 to 5.00% of the total screen width
      • Multiboard - Set the width for (Last created multiboard) item in column 2, row 3 to 5.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 3, row 2 to 5.00% of the total screen width
      • Multiboard - Set the width for (Last created multiboard) item in column 3, row 3 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 4, row 2 to 5.00% of the total screen width
      • Multiboard - Set the width for (Last created multiboard) item in column 4, row 3 to 5.00% of the total screen width
      • Multiboard - Set the width for (Last created multiboard) item in column 4, row 4 to 5.00% of the total screen width
      • Multiboard - Set the width for (Last created multiboard) item in column 3, row 4 to 5.00% of the total screen width
      • Multiboard - Set the width for (Last created multiboard) item in column 2, row 4 to 5.00% of the total screen width
      • Multiboard - Set the width for (Last created multiboard) item in column 1, row 4 to 10.00% of the total screen width
      • 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 3 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 2, row 2 to Hide text and Show icons
      • Multiboard - Set the display style for (Last created multiboard) item in column 2, row 3 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 3, row 2 to Hide text and Show icons
      • Multiboard - Set the display style for (Last created multiboard) item in column 3, row 3 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 4, row 2 to Hide text and Show icons
      • Multiboard - Set the display style for (Last created multiboard) item in column 4, row 3 to Show text and Hide icons
      • Multiboard - Set the icon for (Last created multiboard) item in column 1, row 2 to ReplaceableTextures\CommandButtons\BTNPeasant.blp
      • Multiboard - Set the icon for (Last created multiboard) item in column 1, row 13 to ReplaceableTextures\CommandButtons\BTNMetamorphosis.blp
      • Multiboard - Set the icon for (Last created multiboard) item in column 3, row 2 to UI\Feedback\Resources\ResourceLumber.blp
      • Multiboard - Set the icon for (Last created multiboard) item in column 4, row 2 to ReplaceableTextures\CommandButtons\BTNCritterChicken.blp
      • Multiboard - Set the icon for (Last created multiboard) item in column 2, row 2 to UI\Feedback\Resources\ResourceGold.blp


And @millzy so if I set row 0 to whatever it sets it as the same for everyone else?
 
Level 12
Joined
Dec 2, 2016
Messages
733
If u set column 1 row 0 to x it will set all the rows in column 1 to x

Icons are shown by default

Use set column 0 row 0 to show text hide icons

You're still seting the names twice

But if I can only set row 0 to X that means everything else would be the same. I'd still have to manually set all the other rows if I want them to be different eg: different players?
 
Level 12
Joined
Dec 2, 2016
Messages
733
u want to remove all the icons tho right?
Yeah no I understand that. But you were saying it would be more efficient to have one action via setting row 0 to what i want. But if I do that, that means each slot will be exactly the same thing. I'd have the same player and not 12 separate players right?

Or is there a way to basically assign all 12 players doing what you said only changing the row 0?

Let me know if this doesn't make sense.
 
Level 15
Joined
Jul 9, 2008
Messages
1,552
no ull have to set each player name manually tho u can use 0 for setting all the players gold to 0 for the start for example

also these for each player only requires 1 of the 2
  • Multiboard - Set the text for (Last created multiboard) item in column 1, row 3 to (Name of Player 1 (Red))
  • Multiboard - Set the text for (Last created multiboard) item in column 1, row 3 to String_PlayerColors[1]

use this 1
  • Multiboard - Set the text for (Last created multiboard) item in column 1, row 3 to String_PlayerColors[1]
 
Last edited:
Status
Not open for further replies.
Top