when I display my multiboard the width doesn't seem to be applied until after the board is collapsed then opened again at which point it looks correct. Is there an action issue causing this? I'm also unsure if this is the correct way to go about displaying individual multiboards so if someone could confirm that it'd be great
-
For each (Integer loop) from 1 to 12, do (Actions)
-
Loop - Actions
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
- ((Player(loop)) slot status) Equal to Is playing
- ((Player(loop)) controller) Equal to User
-
Then - Actions
- Multiboard - Create a multiboard with 3 columns and 6 rows, titled Professions
- Set shared_SkillBoard[loop] = (Last created multiboard)
-
For each (Integer loop2) from 1 to 6, do (Actions)
-
Loop - Actions
- Multiboard - Set the display style for shared_SkillBoard[loop] item in column 1, row loop2 to Show text and Hide icons
- Multiboard - Set the display style for shared_SkillBoard[loop] item in column 2, row loop2 to Show text and Hide icons
- Multiboard - Set the display style for shared_SkillBoard[loop] item in column 3, row loop2 to Show text and Hide icons
- Multiboard - Set the width for shared_SkillBoard[loop] item in column 1, row loop2 to 8.00% of the total screen width
- Multiboard - Set the width for shared_SkillBoard[loop] item in column 2, row loop2 to 6.00% of the total screen width
- Multiboard - Set the width for shared_SkillBoard[loop] item in column 3, row loop2 to 5.00% of the total screen width
-
Loop - Actions
- Multiboard - Set the text for shared_SkillBoard[loop] item in column 1, row 4 to [Skill]
- Multiboard - Set the text for shared_SkillBoard[loop] item in column 2, row 4 to [Training]
- Multiboard - Set the text for shared_SkillBoard[loop] item in column 3, row 4 to [Level]
- Custom script: if GetLocalPlayer()==Player(udg_loop) then
- Multiboard - Show shared_SkillBoard[loop]
- Custom script: endif
- Else - Actions
-
If - Conditions
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
Loop - Actions