HomeUser Control Panel (unavailable in archive)ForumsTutorialsArt GalleryResourcesMaps

Freaky Multiboard

06-30-2007, 09:43 PM#1
sas_Skorpion
Hey guys i have a problem with my multi board ...

When i made the multi board it worked fine and then i decided to give some colors so i added for each row the color of the player and saved the map.
Later when i opened it again to continue the coloring job whenever i only double click 1 line of the code the multi board doesn't show anything ... only 0 0 0 0 instead of the values . i made few extra triggers to check the variables and they are all fine :S can somebody please help me ?
06-30-2007, 09:56 PM#2
Ammorth
Post the code. We cannot help unless we see what is happening.
06-30-2007, 10:03 PM#3
sas_Skorpion
Trigger:
Actions
Multiboard - Create a multiboard with 4 columns and (Players_Playing + (1 + Number_Team)) rows, titled Titan's Arena Score...
Set Score_Screen = (Last created multiboard)
-------- Prvi Red --------
Multiboard - Set the display style for Score_Screen item in column 1, row 1 to Show text and Hide icons
Multiboard - Set the display style for Score_Screen item in column 2, row 1 to Show text and Hide icons
Multiboard - Set the display style for Score_Screen item in column 3, row 1 to Show text and Hide icons
Multiboard - Set the display style for Score_Screen item in column 4, row 1 to Show text and Hide icons
Multiboard - Set the width for Score_Screen item in column 1, row 1 to 10.00% of the total screen width
Multiboard - Set the width for Score_Screen item in column 2, row 1 to 5.00% of the total screen width
Multiboard - Set the width for Score_Screen item in column 3, row 1 to 5.00% of the total screen width
Multiboard - Set the width for Score_Screen item in column 4, row 1 to 8.00% of the total screen width
Multiboard - Set the text for Score_Screen item in column 1, row 1 to Player
Multiboard - Set the text for Score_Screen item in column 2, row 1 to Kills
Multiboard - Set the text for Score_Screen item in column 3, row 1 to Deaths
Multiboard - Set the text for Score_Screen item in column 4, row 1 to Lives
Multiboard - Set the color for Score_Screen item in column 1, row 1 to (100.00%, 100.00%, 100.00%) with 0.00% transparency
Multiboard - Set the color for Score_Screen item in column 2, row 1 to (100.00%, 100.00%, 100.00%) with 0.00% transparency
Multiboard - Set the color for Score_Screen item in column 3, row 1 to (100.00%, 100.00%, 100.00%) with 0.00% transparency
Multiboard - Set the color for Score_Screen item in column 4, row 1 to (100.00%, 100.00%, 100.00%) with 0.00% transparency
-------- Playeri --------
-------- ---------------------------------------------------------------------------- --------
-------- Team 1 --------
Collapse If (All Conditions are True) then do (Then Actions) else do (Else Actions)
Collapse If - Conditions
(Player[Multi_Board_Player_Number] slot status) Equal to Is playing
Collapse Then - Actions
Multiboard - Set the display style for Score_Screen item in column 1, row (Number_Multiboard + 1) to Show text and Hide icons
Multiboard - Set the display style for Score_Screen item in column 2, row (Number_Multiboard + 1) to Show text and Hide icons
Multiboard - Set the display style for Score_Screen item in column 3, row (Number_Multiboard + 1) to Show text and Hide icons
Multiboard - Set the display style for Score_Screen item in column 4, row (Number_Multiboard + 1) to Show text and Hide icons
Multiboard - Set the width for Score_Screen item in column 1, row (Number_Multiboard + 1) to 10.00% of the total screen width
Multiboard - Set the width for Score_Screen item in column 2, row (Number_Multiboard + 1) to 5.00% of the total screen width
Multiboard - Set the width for Score_Screen item in column 3, row (Number_Multiboard + 1) to 5.00% of the total screen width
Multiboard - Set the width for Score_Screen item in column 4, row (Number_Multiboard + 1) to 8.00% of the total screen width
Multiboard - Set the text for Score_Screen item in column 1, row (Number_Multiboard + 1) to (Name of (Player(Multi_Board_Player_Number)))
Multiboard - Set the text for Score_Screen item in column 2, row (Number_Multiboard + 1) to (String(Player_Kills[Multi_Board_Player_Number]))
Multiboard - Set the text for Score_Screen item in column 3, row (Number_Multiboard + 1) to (String(Player_Deaths[Multi_Board_Player_Number]))
Multiboard - Set the text for Score_Screen item in column 4, row (Number_Multiboard + 1) to (String(PlayerLives[Multi_Board_Player_Number]))
Multiboard - Set the color for Score_Screen item in column 1, row (Number_Multiboard + 1) to (100.00%, 0.00%, 0.00%) with 0.00% transparency
Set Player_Row[Multi_Board_Player_Number] = Number_Multiboard
Set Number_Multiboard = (Number_Multiboard + 1)
Collapse Else - Actions
Do nothing
Set Multi_Board_Player_Number = (Multi_Board_Player_Number + 1)
Collapse If (All Conditions are True) then do (Then Actions) else do (Else Actions)
Collapse If - Conditions
(Player[Multi_Board_Player_Number] slot status) Equal to Is playing
Collapse Then - Actions
Multiboard - Set the display style for Score_Screen item in column 1, row (Number_Multiboard + 1) to Show text and Hide icons
Multiboard - Set the display style for Score_Screen item in column 2, row (Number_Multiboard + 1) to Show text and Hide icons
Multiboard - Set the display style for Score_Screen item in column 3, row (Number_Multiboard + 1) to Show text and Hide icons
Multiboard - Set the display style for Score_Screen item in column 4, row (Number_Multiboard + 1) to Show text and Hide icons
Multiboard - Set the width for Score_Screen item in column 1, row (Number_Multiboard + 1) to 10.00% of the total screen width
Multiboard - Set the width for Score_Screen item in column 2, row (Number_Multiboard + 1) to 5.00% of the total screen width
Multiboard - Set the width for Score_Screen item in column 3, row (Number_Multiboard + 1) to 5.00% of the total screen width
Multiboard - Set the width for Score_Screen item in column 4, row (Number_Multiboard + 1) to 8.00% of the total screen width
Multiboard - Set the text for Score_Screen item in column 1, row (Number_Multiboard + 1) to (Name of (Player(Multi_Board_Player_Number)))
Multiboard - Set the text for Score_Screen item in column 2, row (Number_Multiboard + 1) to (String(Player_Kills[Multi_Board_Player_Number]))
Multiboard - Set the text for Score_Screen item in column 3, row (Number_Multiboard + 1) to (String(Player_Deaths[Multi_Board_Player_Number]))
Multiboard - Set the text for Score_Screen item in column 4, row (Number_Multiboard + 1) to (String(PlayerLives[Multi_Board_Player_Number]))
Multiboard - Set the color for Score_Screen item in column 1, row (Number_Multiboard + 1) to (0.00%, 26.00%, 100.00%) with 0.00% transparency
Set Player_Row[Multi_Board_Player_Number] = Number_Multiboard
Set Number_Multiboard = (Number_Multiboard + 1)
Collapse Else - Actions
Do nothing
Set Multi_Board_Player_Number = (Multi_Board_Player_Number + 1)
Collapse If (All Conditions are True) then do (Then Actions) else do (Else Actions)
Collapse If - Conditions
(Player[Multi_Board_Player_Number] slot status) Equal to Is playing
Collapse Then - Actions
Multiboard - Set the display style for Score_Screen item in column 1, row (Number_Multiboard + 1) to Show text and Hide icons
Multiboard - Set the display style for Score_Screen item in column 2, row (Number_Multiboard + 1) to Show text and Hide icons
Multiboard - Set the display style for Score_Screen item in column 3, row (Number_Multiboard + 1) to Show text and Hide icons
Multiboard - Set the display style for Score_Screen item in column 4, row (Number_Multiboard + 1) to Show text and Hide icons
Multiboard - Set the width for Score_Screen item in column 1, row (Number_Multiboard + 1) to 10.00% of the total screen width
Multiboard - Set the width for Score_Screen item in column 2, row (Number_Multiboard + 1) to 5.00% of the total screen width
Multiboard - Set the width for Score_Screen item in column 3, row (Number_Multiboard + 1) to 5.00% of the total screen width
Multiboard - Set the width for Score_Screen item in column 4, row (Number_Multiboard + 1) to 8.00% of the total screen width
Multiboard - Set the text for Score_Screen item in column 1, row (Number_Multiboard + 1) to (Name of (Player(Multi_Board_Player_Number)))
Multiboard - Set the text for Score_Screen item in column 2, row (Number_Multiboard + 1) to (String(Player_Kills[Multi_Board_Player_Number]))
Multiboard - Set the text for Score_Screen item in column 3, row (Number_Multiboard + 1) to (String(Player_Deaths[Multi_Board_Player_Number]))
Multiboard - Set the text for Score_Screen item in column 4, row (Number_Multiboard + 1) to (String(PlayerLives[Multi_Board_Player_Number]))
Multiboard - Set the color for Score_Screen item in column 1, row (Number_Multiboard + 1) to (11.00%, 90.00%, 73.00%) with 0.00% transparency
Set Player_Row[Multi_Board_Player_Number] = Number_Multiboard
Set Number_Multiboard = (Number_Multiboard + 1)
Collapse Else - Actions
Do nothing
Set Multi_Board_Player_Number = (Multi_Board_Player_Number + 1)
-------- Team 1 --------
Collapse If (All Conditions are True) then do (Then Actions) else do (Else Actions)
Collapse If - Conditions
(Number of players in Team_1) Not equal to 0
Collapse Then - Actions
Multiboard - Set the display style for Score_Screen item in column 1, row (Number_Multiboard + 1) to Show text and Hide icons
Multiboard - Set the display style for Score_Screen item in column 2, row (Number_Multiboard + 1) to Show text and Hide icons
Multiboard - Set the display style for Score_Screen item in column 3, row (Number_Multiboard + 1) to Show text and Hide icons
Multiboard - Set the display style for Score_Screen item in column 4, row (Number_Multiboard + 1) to Show text and Hide icons
Multiboard - Set the width for Score_Screen item in column 1, row (Number_Multiboard + 1) to 10.00% of the total screen width
Multiboard - Set the width for Score_Screen item in column 2, row (Number_Multiboard + 1) to 5.00% of the total screen width
Multiboard - Set the width for Score_Screen item in column 3, row (Number_Multiboard + 1) to 5.00% of the total screen width
Multiboard - Set the width for Score_Screen item in column 4, row (Number_Multiboard + 1) to 8.00% of the total screen width
Multiboard - Set the text for Score_Screen item in column 1, row (Number_Multiboard + 1) to Team 1
Multiboard - Set the text for Score_Screen item in column 2, row (Number_Multiboard + 1) to (String((Player_Kills[1] + (Player_Kills[2] + Player_Kills[3]))))
Multiboard - Set the text for Score_Screen item in column 3, row (Number_Multiboard + 1) to (String((Player_Deaths[1] + (Player_Deaths[2] + Player_Deaths[3]))))
Multiboard - Set the text for Score_Screen item in column 4, row (Number_Multiboard + 1) to (String((PlayerLives[1] + (PlayerLives[2] + PlayerLives[3]))))
Set TeamRow_1 = Number_Multiboard
Set Number_Multiboard = (Number_Multiboard + 1)
Collapse Else - Actions
Do nothing
-------- Team 2 --------
Collapse If (All Conditions are True) then do (Then Actions) else do (Else Actions)
Collapse If - Conditions
(Player[Multi_Board_Player_Number] slot status) Equal to Is playing
Collapse Then - Actions
Multiboard - Set the display style for Score_Screen item in column 1, row (Number_Multiboard + 1) to Show text and Hide icons
Multiboard - Set the display style for Score_Screen item in column 2, row (Number_Multiboard + 1) to Show text and Hide icons
Multiboard - Set the display style for Score_Screen item in column 3, row (Number_Multiboard + 1) to Show text and Hide icons
Multiboard - Set the display style for Score_Screen item in column 4, row (Number_Multiboard + 1) to Show text and Hide icons
Multiboard - Set the width for Score_Screen item in column 1, row (Number_Multiboard + 1) to 10.00% of the total screen width
Multiboard - Set the width for Score_Screen item in column 2, row (Number_Multiboard + 1) to 5.00% of the total screen width
Multiboard - Set the width for Score_Screen item in column 3, row (Number_Multiboard + 1) to 5.00% of the total screen width
Multiboard - Set the width for Score_Screen item in column 4, row (Number_Multiboard + 1) to 8.00% of the total screen width
Multiboard - Set the text for Score_Screen item in column 1, row (Number_Multiboard + 1) to (Name of (Player(Multi_Board_Player_Number)))
Multiboard - Set the text for Score_Screen item in column 2, row (Number_Multiboard + 1) to (String(Player_Kills[Multi_Board_Player_Number]))
Multiboard - Set the text for Score_Screen item in column 3, row (Number_Multiboard + 1) to (String(Player_Deaths[Multi_Board_Player_Number]))
Multiboard - Set the text for Score_Screen item in column 4, row (Number_Multiboard + 1) to (String(PlayerLives[Multi_Board_Player_Number]))
Multiboard - Set the color for Score_Screen item in column 1, row (Number_Multiboard + 1) to (31.00%, 0.00%, 51.00%) with 0.00% transparency
Set Player_Row[Multi_Board_Player_Number] = Number_Multiboard
Set Number_Multiboard = (Number_Multiboard + 1)
Collapse Else - Actions
Do nothing
Set Multi_Board_Player_Number = (Multi_Board_Player_Number + 1)
Collapse If (All Conditions are True) then do (Then Actions) else do (Else Actions)
Collapse If - Conditions
(Player[Multi_Board_Player_Number] slot status) Equal to Is playing
Collapse Then - Actions
Multiboard - Set the display style for Score_Screen item in column 1, row (Number_Multiboard + 1) to Show text and Hide icons
Multiboard - Set the display style for Score_Screen item in column 2, row (Number_Multiboard + 1) to Show text and Hide icons
Multiboard - Set the display style for Score_Screen item in column 3, row (Number_Multiboard + 1) to Show text and Hide icons
Multiboard - Set the display style for Score_Screen item in column 4, row (Number_Multiboard + 1) to Show text and Hide icons
Multiboard - Set the width for Score_Screen item in column 1, row (Number_Multiboard + 1) to 10.00% of the total screen width
Multiboard - Set the width for Score_Screen item in column 2, row (Number_Multiboard + 1) to 5.00% of the total screen width
Multiboard - Set the width for Score_Screen item in column 3, row (Number_Multiboard + 1) to 5.00% of the total screen width
Multiboard - Set the width for Score_Screen item in column 4, row (Number_Multiboard + 1) to 8.00% of the total screen width
Multiboard - Set the text for Score_Screen item in column 1, row (Number_Multiboard + 1) to (Name of (Player(Multi_Board_Player_Number)))
Multiboard - Set the text for Score_Screen item in column 2, row (Number_Multiboard + 1) to (String(Player_Kills[Multi_Board_Player_Number]))
Multiboard - Set the text for Score_Screen item in column 3, row (Number_Multiboard + 1) to (String(Player_Deaths[Multi_Board_Player_Number]))
Multiboard - Set the text for Score_Screen item in column 4, row (Number_Multiboard + 1) to (String(PlayerLives[Multi_Board_Player_Number]))
Multiboard - Set the color for Score_Screen item in column 1, row (Number_Multiboard + 1) to (100.00%, 100.00%, 0.00%) with 0.00% transparency
Set Player_Row[Multi_Board_Player_Number] = Number_Multiboard
Set Number_Multiboard = (Number_Multiboard + 1)
Collapse Else - Actions
Do nothing
Set Multi_Board_Player_Number = (Multi_Board_Player_Number + 1)
Collapse If (All Conditions are True) then do (Then Actions) else do (Else Actions)
Collapse If - Conditions
(Player[Multi_Board_Player_Number] slot status) Equal to Is playing
Collapse Then - Actions
Multiboard - Set the display style for Score_Screen item in column 1, row (Number_Multiboard + 1) to Show text and Hide icons
Multiboard - Set the display style for Score_Screen item in column 2, row (Number_Multiboard + 1) to Show text and Hide icons
Multiboard - Set the display style for Score_Screen item in column 3, row (Number_Multiboard + 1) to Show text and Hide icons
Multiboard - Set the display style for Score_Screen item in column 4, row (Number_Multiboard + 1) to Show text and Hide icons
Multiboard - Set the width for Score_Screen item in column 1, row (Number_Multiboard + 1) to 10.00% of the total screen width
Multiboard - Set the width for Score_Screen item in column 2, row (Number_Multiboard + 1) to 5.00% of the total screen width
Multiboard - Set the width for Score_Screen item in column 3, row (Number_Multiboard + 1) to 5.00% of the total screen width
Multiboard - Set the width for Score_Screen item in column 4, row (Number_Multiboard + 1) to 8.00% of the total screen width
Multiboard - Set the text for Score_Screen item in column 1, row (Number_Multiboard + 1) to (Name of (Player(Multi_Board_Player_Number)))
Multiboard - Set the text for Score_Screen item in column 2, row (Number_Multiboard + 1) to (String(Player_Kills[Multi_Board_Player_Number]))
Multiboard - Set the text for Score_Screen item in column 3, row (Number_Multiboard + 1) to (String(Player_Deaths[Multi_Board_Player_Number]))
Multiboard - Set the text for Score_Screen item in column 4, row (Number_Multiboard + 1) to (String(PlayerLives[Multi_Board_Player_Number]))
Multiboard - Set the color for Score_Screen item in column 1, row (Number_Multiboard + 1) to (100.00%, 54.00%, 5.00%) with 0.00% transparency
Set Player_Row[Multi_Board_Player_Number] = Number_Multiboard
Set Number_Multiboard = (Number_Multiboard + 1)
Collapse Else - Actions
Do nothing
Set Multi_Board_Player_Number = (Multi_Board_Player_Number + 1)
-------- Team 2 --------
Collapse If (All Conditions are True) then do (Then Actions) else do (Else Actions)
Collapse If - Conditions
(Number of players in Team_2) Not equal to 0
Collapse Then - Actions
Multiboard - Set the display style for Score_Screen item in column 1, row (Number_Multiboard + 1) to Show text and Hide icons
Multiboard - Set the display style for Score_Screen item in column 2, row (Number_Multiboard + 1) to Show text and Hide icons
Multiboard - Set the display style for Score_Screen item in column 3, row (Number_Multiboard + 1) to Show text and Hide icons
Multiboard - Set the display style for Score_Screen item in column 4, row (Number_Multiboard + 1) to Show text and Hide icons
Multiboard - Set the width for Score_Screen item in column 1, row (Number_Multiboard + 1) to 10.00% of the total screen width
Multiboard - Set the width for Score_Screen item in column 2, row (Number_Multiboard + 1) to 5.00% of the total screen width
Multiboard - Set the width for Score_Screen item in column 3, row (Number_Multiboard + 1) to 5.00% of the total screen width
Multiboard - Set the width for Score_Screen item in column 4, row (Number_Multiboard + 1) to 8.00% of the total screen width
Multiboard - Set the text for Score_Screen item in column 1, row (Number_Multiboard + 1) to Team 2
Multiboard - Set the text for Score_Screen item in column 2, row (Number_Multiboard + 1) to (String((Player_Kills[4] + (Player_Kills[5] + Player_Kills[6]))))
Multiboard - Set the text for Score_Screen item in column 3, row (Number_Multiboard + 1) to (String((Player_Deaths[4] + (Player_Deaths[5] + Player_Deaths[6]))))
Multiboard - Set the text for Score_Screen item in column 4, row (Number_Multiboard + 1) to (String((PlayerLives[4] + (PlayerLives[5] + PlayerLives[6]))))
Set TeamRow_2 = Number_Multiboard
Set Number_Multiboard = (Number_Multiboard + 1)
Collapse Else - Actions
Do nothing
-------- Team 3 --------
Collapse If (All Conditions are True) then do (Then Actions) else do (Else Actions)
Collapse If - Conditions
(Player[Multi_Board_Player_Number] slot status) Equal to Is playing
Collapse Then - Actions
Multiboard - Set the display style for Score_Screen item in column 1, row (Number_Multiboard + 1) to Show text and Hide icons
Multiboard - Set the display style for Score_Screen item in column 2, row (Number_Multiboard + 1) to Show text and Hide icons
Multiboard - Set the display style for Score_Screen item in column 3, row (Number_Multiboard + 1) to Show text and Hide icons
Multiboard - Set the display style for Score_Screen item in column 4, row (Number_Multiboard + 1) to Show text and Hide icons
Multiboard - Set the width for Score_Screen item in column 1, row (Number_Multiboard + 1) to 10.00% of the total screen width
Multiboard - Set the width for Score_Screen item in column 2, row (Number_Multiboard + 1) to 5.00% of the total screen width
Multiboard - Set the width for Score_Screen item in column 3, row (Number_Multiboard + 1) to 5.00% of the total screen width
Multiboard - Set the width for Score_Screen item in column 4, row (Number_Multiboard + 1) to 8.00% of the total screen width
Multiboard - Set the text for Score_Screen item in column 1, row (Number_Multiboard + 1) to (Name of (Player(Multi_Board_Player_Number)))
Multiboard - Set the text for Score_Screen item in column 2, row (Number_Multiboard + 1) to (String(Player_Kills[Multi_Board_Player_Number]))
Multiboard - Set the text for Score_Screen item in column 3, row (Number_Multiboard + 1) to (String(Player_Deaths[Multi_Board_Player_Number]))
Multiboard - Set the text for Score_Screen item in column 4, row (Number_Multiboard + 1) to (String(PlayerLives[Multi_Board_Player_Number]))
Multiboard - Set the color for Score_Screen item in column 1, row (Number_Multiboard + 1) to (13.00%, 75.00%, 0.00%) with 0.00% transparency
Set Player_Row[Multi_Board_Player_Number] = Number_Multiboard
Set Number_Multiboard = (Number_Multiboard + 1)
Collapse Else - Actions
Do nothing
Set Multi_Board_Player_Number = (Multi_Board_Player_Number + 1)
Collapse If (All Conditions are True) then do (Then Actions) else do (Else Actions)
Collapse If - Conditions
(Player[Multi_Board_Player_Number] slot status) Equal to Is playing
Collapse Then - Actions
Multiboard - Set the display style for Score_Screen item in column 1, row (Number_Multiboard + 1) to Show text and Hide icons
Multiboard - Set the display style for Score_Screen item in column 2, row (Number_Multiboard + 1) to Show text and Hide icons
Multiboard - Set the display style for Score_Screen item in column 3, row (Number_Multiboard + 1) to Show text and Hide icons
Multiboard - Set the display style for Score_Screen item in column 4, row (Number_Multiboard + 1) to Show text and Hide icons
Multiboard - Set the width for Score_Screen item in column 1, row (Number_Multiboard + 1) to 10.00% of the total screen width
Multiboard - Set the width for Score_Screen item in column 2, row (Number_Multiboard + 1) to 5.00% of the total screen width
Multiboard - Set the width for Score_Screen item in column 3, row (Number_Multiboard + 1) to 5.00% of the total screen width
Multiboard - Set the width for Score_Screen item in column 4, row (Number_Multiboard + 1) to 8.00% of the total screen width
Multiboard - Set the text for Score_Screen item in column 1, row (Number_Multiboard + 1) to (Name of (Player(Multi_Board_Player_Number)))
Multiboard - Set the text for Score_Screen item in column 2, row (Number_Multiboard + 1) to (String(Player_Kills[Multi_Board_Player_Number]))
Multiboard - Set the text for Score_Screen item in column 3, row (Number_Multiboard + 1) to (String(Player_Deaths[Multi_Board_Player_Number]))
Multiboard - Set the text for Score_Screen item in column 4, row (Number_Multiboard + 1) to (String(PlayerLives[Multi_Board_Player_Number]))
Multiboard - Set the color for Score_Screen item in column 1, row (Number_Multiboard + 1) to (90.00%, 36.00%, 69.00%) with 0.00% transparency
Set Player_Row[Multi_Board_Player_Number] = Number_Multiboard
Set Number_Multiboard = (Number_Multiboard + 1)
Collapse Else - Actions
Do nothing
Set Multi_Board_Player_Number = (Multi_Board_Player_Number + 1)
Collapse If (All Conditions are True) then do (Then Actions) else do (Else Actions)
Collapse If - Conditions
(Player[Multi_Board_Player_Number] slot status) Equal to Is playing
Collapse Then - Actions
Multiboard - Set the display style for Score_Screen item in column 1, row (Number_Multiboard + 1) to Show text and Hide icons
Multiboard - Set the display style for Score_Screen item in column 2, row (Number_Multiboard + 1) to Show text and Hide icons
Multiboard - Set the display style for Score_Screen item in column 3, row (Number_Multiboard + 1) to Show text and Hide icons
Multiboard - Set the display style for Score_Screen item in column 4, row (Number_Multiboard + 1) to Show text and Hide icons
Multiboard - Set the width for Score_Screen item in column 1, row (Number_Multiboard + 1) to 10.00% of the total screen width
Multiboard - Set the width for Score_Screen item in column 2, row (Number_Multiboard + 1) to 5.00% of the total screen width
Multiboard - Set the width for Score_Screen item in column 3, row (Number_Multiboard + 1) to 5.00% of the total screen width
Multiboard - Set the width for Score_Screen item in column 4, row (Number_Multiboard + 1) to 8.00% of the total screen width
Multiboard - Set the text for Score_Screen item in column 1, row (Number_Multiboard + 1) to (Name of (Player(Multi_Board_Player_Number)))
Multiboard - Set the text for Score_Screen item in column 2, row (Number_Multiboard + 1) to (String(Player_Kills[Multi_Board_Player_Number]))
Multiboard - Set the text for Score_Screen item in column 3, row (Number_Multiboard + 1) to (String(Player_Deaths[Multi_Board_Player_Number]))
Multiboard - Set the text for Score_Screen item in column 4, row (Number_Multiboard + 1) to (String(PlayerLives[Multi_Board_Player_Number]))
Multiboard - Set the color for Score_Screen item in column 1, row (Number_Multiboard + 1) to (59.00%, 59.00%, 59.00%) with 0.00% transparency
Set Player_Row[Multi_Board_Player_Number] = Number_Multiboard
Set Number_Multiboard = (Number_Multiboard + 1)
Collapse Else - Actions
Do nothing
Set Multi_Board_Player_Number = (Multi_Board_Player_Number + 1)
-------- Team 3 --------
Collapse If (All Conditions are True) then do (Then Actions) else do (Else Actions)
Collapse If - Conditions
(Number of players in Team_3) Not equal to 0
Collapse Then - Actions
Multiboard - Set the display style for Score_Screen item in column 1, row (Number_Multiboard + 1) to Show text and Hide icons
Multiboard - Set the display style for Score_Screen item in column 2, row (Number_Multiboard + 1) to Show text and Hide icons
Multiboard - Set the display style for Score_Screen item in column 3, row (Number_Multiboard + 1) to Show text and Hide icons
Multiboard - Set the display style for Score_Screen item in column 4, row (Number_Multiboard + 1) to Show text and Hide icons
Multiboard - Set the width for Score_Screen item in column 1, row (Number_Multiboard + 1) to 10.00% of the total screen width
Multiboard - Set the width for Score_Screen item in column 2, row (Number_Multiboard + 1) to 5.00% of the total screen width
Multiboard - Set the width for Score_Screen item in column 3, row (Number_Multiboard + 1) to 5.00% of the total screen width
Multiboard - Set the width for Score_Screen item in column 4, row (Number_Multiboard + 1) to 8.00% of the total screen width
Multiboard - Set the text for Score_Screen item in column 1, row (Number_Multiboard + 1) to Team 3
Multiboard - Set the text for Score_Screen item in column 2, row (Number_Multiboard + 1) to (String((Player_Kills[7] + (Player_Kills[8] + Player_Kills[9]))))
Multiboard - Set the text for Score_Screen item in column 3, row (Number_Multiboard + 1) to (String((Player_Deaths[7] + (Player_Deaths[8] + Player_Deaths[9]))))
Multiboard - Set the text for Score_Screen item in column 4, row (Number_Multiboard + 1) to (String((PlayerLives[7] + (PlayerLives[8] + PlayerLives[9]))))
Set TeamRow_3 = Number_Multiboard
Set Number_Multiboard = (Number_Multiboard + 1)
Collapse Else - Actions
Do nothing
-------- Team 4 --------
Collapse If (All Conditions are True) then do (Then Actions) else do (Else Actions)
Collapse If - Conditions
(Player[Multi_Board_Player_Number] slot status) Equal to Is playing
Collapse Then - Actions
Multiboard - Set the display style for Score_Screen item in column 1, row (Number_Multiboard + 1) to Show text and Hide icons
Multiboard - Set the display style for Score_Screen item in column 2, row (Number_Multiboard + 1) to Show text and Hide icons
Multiboard - Set the display style for Score_Screen item in column 3, row (Number_Multiboard + 1) to Show text and Hide icons
Multiboard - Set the display style for Score_Screen item in column 4, row (Number_Multiboard + 1) to Show text and Hide icons
Multiboard - Set the width for Score_Screen item in column 1, row (Number_Multiboard + 1) to 10.00% of the total screen width
Multiboard - Set the width for Score_Screen item in column 2, row (Number_Multiboard + 1) to 5.00% of the total screen width
Multiboard - Set the width for Score_Screen item in column 3, row (Number_Multiboard + 1) to 5.00% of the total screen width
Multiboard - Set the width for Score_Screen item in column 4, row (Number_Multiboard + 1) to 8.00% of the total screen width
Multiboard - Set the text for Score_Screen item in column 1, row (Number_Multiboard + 1) to (Name of (Player(Multi_Board_Player_Number)))
Multiboard - Set the text for Score_Screen item in column 2, row (Number_Multiboard + 1) to (String(Player_Kills[Multi_Board_Player_Number]))
Multiboard - Set the text for Score_Screen item in column 3, row (Number_Multiboard + 1) to (String(Player_Deaths[Multi_Board_Player_Number]))
Multiboard - Set the text for Score_Screen item in column 4, row (Number_Multiboard + 1) to (String(PlayerLives[Multi_Board_Player_Number]))
Multiboard - Set the color for Score_Screen item in column 1, row (Number_Multiboard + 1) to (49.00%, 75.00%, 95.00%) with 0.00% transparency
Set Player_Row[Multi_Board_Player_Number] = Number_Multiboard
Set Number_Multiboard = (Number_Multiboard + 1)
Collapse Else - Actions
Do nothing
Set Multi_Board_Player_Number = (Multi_Board_Player_Number + 1)
Collapse If (All Conditions are True) then do (Then Actions) else do (Else Actions)
Collapse If - Conditions
(Player[Multi_Board_Player_Number] slot status) Equal to Is playing
Collapse Then - Actions
Multiboard - Set the display style for Score_Screen item in column 1, row (Number_Multiboard + 1) to Show text and Hide icons
Multiboard - Set the display style for Score_Screen item in column 2, row (Number_Multiboard + 1) to Show text and Hide icons
Multiboard - Set the display style for Score_Screen item in column 3, row (Number_Multiboard + 1) to Show text and Hide icons
Multiboard - Set the display style for Score_Screen item in column 4, row (Number_Multiboard + 1) to Show text and Hide icons
Multiboard - Set the width for Score_Screen item in column 1, row (Number_Multiboard + 1) to 10.00% of the total screen width
Multiboard - Set the width for Score_Screen item in column 2, row (Number_Multiboard + 1) to 5.00% of the total screen width
Multiboard - Set the width for Score_Screen item in column 3, row (Number_Multiboard + 1) to 5.00% of the total screen width
Multiboard - Set the width for Score_Screen item in column 4, row (Number_Multiboard + 1) to 8.00% of the total screen width
Multiboard - Set the text for Score_Screen item in column 1, row (Number_Multiboard + 1) to (Name of (Player(Multi_Board_Player_Number)))
Multiboard - Set the text for Score_Screen item in column 2, row (Number_Multiboard + 1) to (String(Player_Kills[Multi_Board_Player_Number]))
Multiboard - Set the text for Score_Screen item in column 3, row (Number_Multiboard + 1) to (String(Player_Deaths[Multi_Board_Player_Number]))
Multiboard - Set the text for Score_Screen item in column 4, row (Number_Multiboard + 1) to (String(PlayerLives[Multi_Board_Player_Number]))
Multiboard - Set the color for Score_Screen item in column 1, row (Number_Multiboard + 1) to (6.00%, 38.00%, 27.00%) with 0.00% transparency
Set Player_Row[Multi_Board_Player_Number] = Number_Multiboard
Set Number_Multiboard = (Number_Multiboard + 1)
Collapse Else - Actions
Do nothing
Set Multi_Board_Player_Number = (Multi_Board_Player_Number + 1)
Collapse If (All Conditions are True) then do (Then Actions) else do (Else Actions)
Collapse If - Conditions
(Player[Multi_Board_Player_Number] slot status) Equal to Is playing
Collapse Then - Actions
Multiboard - Set the display style for Score_Screen item in column 1, row (Number_Multiboard + 1) to Show text and Hide icons
Multiboard - Set the display style for Score_Screen item in column 2, row (Number_Multiboard + 1) to Show text and Hide icons
Multiboard - Set the display style for Score_Screen item in column 3, row (Number_Multiboard + 1) to Show text and Hide icons
Multiboard - Set the display style for Score_Screen item in column 4, row (Number_Multiboard + 1) to Show text and Hide icons
Multiboard - Set the width for Score_Screen item in column 1, row (Number_Multiboard + 1) to 10.00% of the total screen width
Multiboard - Set the width for Score_Screen item in column 2, row (Number_Multiboard + 1) to 5.00% of the total screen width
Multiboard - Set the width for Score_Screen item in column 3, row (Number_Multiboard + 1) to 5.00% of the total screen width
Multiboard - Set the width for Score_Screen item in column 4, row (Number_Multiboard + 1) to 8.00% of the total screen width
Multiboard - Set the text for Score_Screen item in column 1, row (Number_Multiboard + 1) to (Name of (Player(Multi_Board_Player_Number)))
Multiboard - Set the text for Score_Screen item in column 2, row (Number_Multiboard + 1) to (String(Player_Kills[Multi_Board_Player_Number]))
Multiboard - Set the text for Score_Screen item in column 3, row (Number_Multiboard + 1) to (String(Player_Deaths[Multi_Board_Player_Number]))
Multiboard - Set the text for Score_Screen item in column 4, row (Number_Multiboard + 1) to (String(PlayerLives[Multi_Board_Player_Number]))
Multiboard - Set the color for Score_Screen item in column 1, row (Number_Multiboard + 1) to (31.00%, 16.00%, 2.00%) with 0.00% transparency
Set Player_Row[Multi_Board_Player_Number] = Number_Multiboard
Set Number_Multiboard = (Number_Multiboard + 1)
Collapse Else - Actions
Do nothing
-------- Team 4 --------
Collapse If (All Conditions are True) then do (Then Actions) else do (Else Actions)
Collapse If - Conditions
(Number of players in Team_4) Not equal to 0
Collapse Then - Actions
Multiboard - Set the display style for Score_Screen item in column 1, row (Number_Multiboard + 1) to Show text and Hide icons
Multiboard - Set the display style for Score_Screen item in column 2, row (Number_Multiboard + 1) to Show text and Hide icons
Multiboard - Set the display style for Score_Screen item in column 3, row (Number_Multiboard + 1) to Show text and Hide icons
Multiboard - Set the display style for Score_Screen item in column 4, row (Number_Multiboard + 1) to Show text and Hide icons
Multiboard - Set the width for Score_Screen item in column 1, row (Number_Multiboard + 1) to 10.00% of the total screen width
Multiboard - Set the width for Score_Screen item in column 2, row (Number_Multiboard + 1) to 5.00% of the total screen width
Multiboard - Set the width for Score_Screen item in column 3, row (Number_Multiboard + 1) to 5.00% of the total screen width
Multiboard - Set the width for Score_Screen item in column 4, row (Number_Multiboard + 1) to 8.00% of the total screen width
Multiboard - Set the text for Score_Screen item in column 1, row (Number_Multiboard + 1) to Team 4
Multiboard - Set the text for Score_Screen item in column 2, row (Number_Multiboard + 1) to (String((Player_Kills[10] + (Player_Kills[11] + Player_Kills[12]))))
Multiboard - Set the text for Score_Screen item in column 3, row (Number_Multiboard + 1) to (String((Player_Deaths[10] + (Player_Deaths[11] + Player_Deaths[12]))))
Multiboard - Set the text for Score_Screen item in column 4, row (Number_Multiboard + 1) to (String((PlayerLives[10] + (PlayerLives[11] + PlayerLives[12]))))
Set TeamRow_4 = Number_Multiboard
Collapse Else - Actions
Do nothing
Multiboard - Minimize Score_Screen

And now u see... the code works but if i try to edit any line or just double click it so the edit apears and i press cancel ... it blocks and shows all zeros ...
06-30-2007, 10:36 PM#4
Pyrogasm
Learn to use loops.
06-30-2007, 10:41 PM#5
sas_Skorpion
Used loops but it gives me some problem with variables
However u don't have to check them all the first line is same as the others ....
AND btw if u read what i wrote you would probably understand that its most probably not a code problem in this trigger since it wors until u do any change to any trigger in the map ..

EDIT : while i was making some new stuff in the map i got an error that corrupted the whole trigger data ... luckily i exported the rest blabalbal :P made some saving so im just making the triggers again :S looks like i had a memory leak somewhere or an error that made my variables mess however i made a new one and its working ... THX FOR THE HELP + REP