The board isn't updating to show players in partygroup
onto the player's party list
here is the trigger updating the board:
Trigger:
Party Boards

Events


Time - Every 0.10 seconds of game time

Conditions

Actions


Set multitemp = 3


For each (Integer B) from 1 to 6, do (Actions)



Loop - Actions




For each (Integer A) from 1 to 10, do (Actions)





Loop - Actions






Multiboard - Set the text for PartyList[(Integer A)] item in column 1, row 2 to (Name of (Player((Integer A))))






-------- Party Boards --------






If (All Conditions are True) then do (Then Actions) else do (Else Actions)







If - Conditions








((Player((Integer A))) is in PartyGroups[(Integer B)]) Equal to True







Then - Actions








Multiboard - Change the title of PartyList[(Integer A)] to Party








Multiboard - Change the number of rows for PartyList[(Integer A)] to ((Number of players in PartyGroups[(Integer B)]) + 1)








Player Group - Pick every player in PartyGroups[(Integer B)] and do (Actions)









Loop - Actions










If (All Conditions are True) then do (Then Actions) else do (Else Actions)











If - Conditions












(Picked player) Not equal to (Player((Integer A)))











Then - Actions












Multiboard - Set the text for PartyList[(Integer A)] item in column 1, row multitemp to (Name of (Picked player))












If (All Conditions are True) then do (Then Actions) else do (Else Actions)













If - Conditions














PartyLeader[(Integer B)] Not equal to 0














(Player(PartyLeader[(Integer B)])) Equal to (Picked player)













Then - Actions














Multiboard - Set the color for PartyList[(Integer A)] item in column 1, row multitemp to (9.80%, 90.20%, 72.55%) with 0.00% transparency












Set multitemp = (multitemp + 1)







Else - Actions








Multiboard - Change the title of PartyList[(Integer A)] to Solo








Multiboard - Change the number of rows for PartyList[(Integer A)] to 2






-------- player --------






If (All Conditions are True) then do (Then Actions) else do (Else Actions)







If - Conditions








PartyLeader[(Integer B)] Not equal to 0








(Player(PartyLeader[(Integer B)])) Equal to (Player((Integer A)))







Then - Actions








Multiboard - Set the color for PartyList[(Integer A)] item in column 1, row 2 to (9.80%, 90.20%, 72.55%) with 0.00% transparency