this code is so much longer than it needs to be. you can reduce this all down to 1 line.Pegasus said:If - Conditions
(Owner of (Hero manipulating item)) Equal to Player 1 (Red)
Then - Actions
Multiboard - Set the text for (Last created multiboard) item in column 2, row 2 to (Name of (Item being manipulated))
Else - Actions
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
If - Conditions
(Owner of (Hero manipulating item)) Equal to Player 2 (Blue)
Then - Actions
Multiboard - Set the text for (Last created multiboard) item in column 3, row 2 to (Name of (Item being manipulated))
Else - Actions
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
If - Conditions
(Owner of (Hero manipulating item)) Equal to Player 3 (Teal)
Then - Actions
Multiboard - Set the text for (Last created multiboard) item in column 4, row 2 to (Name of (Item being manipulated))
Else - Actions
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
If - Conditions
(Owner of (Hero manipulating item)) Equal to Player 4 (Purple)
Then - Actions
Multiboard - Set the text for (Last created multiboard) item in column 5, row 2 to (Name of (Item being manipulated))
Else - Actions
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
If - Conditions
(Owner of (Hero manipulating item)) Equal to Player 5 (Yellow)
Then - Actions
Multiboard - Set the text for (Last created multiboard) item in column 6, row 2 to (Name of (Item being manipulated))
Else - Actions
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
If - Conditions
(Owner of (Hero manipulating item)) Equal to Player 6 (Orange)
Then - Actions
Multiboard - Set the text for (Last created multiboard) item in column 7, row 2 to (Name of (Item being manipulated))
Else - Actions
Do nothing
This is my first post, sorry if i type in any way offending or anyway not appropriate. Thanks for all help given.![]()
Code:
Multiboard - Set the text for (Last created multiboard) item in column ((player number of (owner of (hero manipulating item)))+1), row 2 to (Name of (Item being manipulated))


