sorry for my english
so this is my trigger
And this is my result
problems:
there is no hero portrait beside the player name
and im not sure that "List" is an integer, because the tutorial didnt say it at all http://world-editor-tutorials.thehelper.net/multiboard.php
but i couldn't find any variable that match like the tutorial did other than "integer"
also i want to make multiboard has feature like this
There are a blank square beside the player name, and turned to hero portrait whenever a player picked a hero
it seperate between Team 1 and Team 2
and count team kills
also there is "Win= 90 kills" above the text Team 1
could anybody teach me how to make it like that? thanks2
so this is my trigger
-
Multiboard
-
Events
- Time - Elapsed game time is 1.00 seconds
- Conditions
-
Actions
- Set Player_Count = (Number of players in (All players matching ((((Matching player) controller) Equal to User) and (((Matching player) slot status) Equal to Is playing))))
- Multiboard - Create a multiboard with 3 columns and (1 + Player_Count) rows, titled Test
- 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
-
Loop - Actions
- Set List = 2
-
Player Group - Pick every player in (All players matching ((((Matching player) slot status) Equal to Is playing) and (((Matching player) controller) Equal to User))) and do (Actions)
-
Loop - Actions
- Set Multiboard_Spots[(Player number of (Picked player))] = List
- Multiboard - Set the text for (Last created multiboard) item in column 2, row List to (Palyer_Colours[(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)
-
Loop - Actions
- Multiboard - Show (Last created multiboard)
-
Events
problems:
there is no hero portrait beside the player name
and im not sure that "List" is an integer, because the tutorial didnt say it at all http://world-editor-tutorials.thehelper.net/multiboard.php
but i couldn't find any variable that match like the tutorial did other than "integer"
also i want to make multiboard has feature like this
There are a blank square beside the player name, and turned to hero portrait whenever a player picked a hero
it seperate between Team 1 and Team 2
and count team kills
also there is "Win= 90 kills" above the text Team 1
could anybody teach me how to make it like that? thanks2