Multiboard

monar

New Member
Reaction score
0
Whats wrong with this trigger?
When i start game multiboard doesnt show.

Code:
Multiboard
    Events
        Time - Elapsed game time is 1.00 seconds
    Conditions
    Actions
        Multiboard - Create a multiboard with 3 columns and 3 rows, titled Capture the Flag
        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 Show text and Hide 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 Show text and Hide 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 1, row 1 to Hide text and Show icons
        Multiboard - Set the display style for (Last created multiboard) item in column 1, row 2 to Hide text and Show icons
        Multiboard - Set the display style for (Last created multiboard) item in column 1, row 3 to Hide text and Show icons
        Multiboard - Set the width for (Last created multiboard) item in column 1, row 1 to 1.00% of the total screen width
        Multiboard - Set the width for (Last created multiboard) item in column 1, row 2 to 1.00% of the total screen width
        Multiboard - Set the width for (Last created multiboard) item in column 1, row 3 to 1.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 2.00% of the total screen width
        Multiboard - Set the width for (Last created multiboard) item in column 3, row 2 to 2.00% of the total screen width
        Multiboard - Set the width for (Last created multiboard) item in column 3, row 3 to 2.00% of the total screen width
        Multiboard - Set the text for (Last created multiboard) item in column 2, row 1 to Team 1
        Multiboard - Set the text for (Last created multiboard) item in column 2, row 2 to Team 2
        Multiboard - Set the text for (Last created multiboard) item in column 2, row 3 to Výhra
        Multiboard - Set the text for (Last created multiboard) item in column 3, row 1 to 0
        Multiboard - Set the text for (Last created multiboard) item in column 3, row 2 to 0
        Multiboard - Set the text for (Last created multiboard) item in column 3, row 3 to 5
        Multiboard - Set the icon for (Last created multiboard) item in column 1, row 1 to ReplaceableTextures\CommandButtons\BTNHumanCaptureFlag.blp
        Multiboard - Set the icon for (Last created multiboard) item in column 1, row 2 to ReplaceableTextures\CommandButtons\BTNOrcCaptureFlag.blp
        Multiboard - Set the icon for (Last created multiboard) item in column 1, row 2 to ReplaceableTextures\WorldEditUI\Editor-Force.blp
        Multiboard - Show (Last created multiboard)

thx for reply
 

denmax

You can change this now in User CP.
Reaction score
155
Maybe you just have to set the Multiboard with a variable but I'm not sure.

I can shorten you trigger by this:

Code:
Multiboard
    Events
        Time - Elapsed game time is 1.00 seconds
    Conditions
    Actions
        Multiboard - Create a multiboard with 3 columns and 3 rows, titled Capture the Flag
[B]        Set MultiBoard = (Last Created Multiboard)[/B]
        Multiboard - Set the text for MultiBoard item in column 2, row 1 to Team 1
        Multiboard - Set the text for MultiBoard item in column 2, row 2 to Team 2
        Multiboard - Set the text for MultiBoard item in column 2, row 3 to Výhra
        Multiboard - Set the text for MultiBoard item in column 3, row 1 to 0
        Multiboard - Set the text for MultiBoard item in column 3, row 2 to 0
        Multiboard - Set the text for MultiBoard item in column 3, row 3 to 5
        Multiboard - Set the icon for MultiBoard item in column 1, row 1 to ReplaceableTextures\CommandButtons\BTNHumanCaptureFlag.blp
        Multiboard - Set the icon for MultiBoard item in column 1, row 2 to ReplaceableTextures\CommandButtons\BTNOrcCaptureFlag.blp
        Multiboard - Set the icon for MultiBoard item in column 1, row 2 to ReplaceableTextures\WorldEditUI\Editor-Force.blp
        For Each (Integer A) from 1 to 3 and do (Actions)
            Loop - Actions
                Multiboard - Set the display style for MultiBoard item in column 2, row [B](Integer A)[/B] to Show text and Hide icons
                Multiboard - Set the display style for MultiBoard item in column 3, row (Integer A) to Show text and Hide icons
                Multiboard - Set the display style for MultiBoard item in column 1, row (Integer A) to Hide text and Show icons
                Multiboard - Set the width for MultiBoard item in column 1, row (Integer A) to 1.00% of the total screen width
                Multiboard - Set the width for MultiBoard item in column 2, row (Integer A) to 5.00% of the total screen width
                Multiboard - Set the width for MultiBoard item in column 3, row (Integer A) to 2.00% of the total screen width
        Multiboard - Show MultiBoard
 
General chit-chat
Help Users
  • No one is chatting at the moment.

      The Helper Discord

      Staff online

      Members online

      Affiliates

      Hive Workshop NUON Dome World Editor Tutorials

      Network Sponsors

      Apex Steel Pipe - Buys and sells Steel Pipe.
      Top