S
superdurex
Guest
hi
i have a problem:
[img=http://freeweb.siol.net/jkepic20/re/multiboarderror.jpg]http://freeweb.siol.net/jkepic20/re/multiboarderror.jpg[/img]
my code looks like this (its still in testing stage, but i had similar problem in previous multiboard ):
What I want is that there is no "ICON WITH EYES" on the multiboard. Plz help me. Thank you
i have a problem:
[img=http://freeweb.siol.net/jkepic20/re/multiboarderror.jpg]http://freeweb.siol.net/jkepic20/re/multiboarderror.jpg[/img]
my code looks like this (its still in testing stage, but i had similar problem in previous multiboard ):
Code:
start
Events
Time - Elapsed game time is 2.00 seconds
Conditions
Actions
Set multiboard_numplayers = (Number of players in (All players matching ((((Matching player) slot status) Equal to Is playing) and (((Matching player) Not equal to Player 6 (Orange)) and ((Matching player) Not equal to Player 12 (Brown))))))
For each (Integer A) from 1 to 11, do (Actions)
Loop - Actions
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
If - Conditions
(Matching player) Not equal to Player 6 (Orange)
((Player((Integer A))) slot status) Equal to Is playing
Then - Actions
Set multiboard_playerplaying[(Integer A)] = 1
Else - Actions
Multiboard - Create a multiboard with 3 columns and (multiboard_numplayers + 2) rows, titled sex
Multiboard - Set the display style for (Last created multiboard) item in column 1, row (Integer A) to Show text and Show 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 icon for (Last created multiboard) item in column 1, row 1 to <Empty String>
Multiboard - Set the text for (Last created multiboard) item in column 1, row 1 to 1
Multiboard - Set the text for (Last created multiboard) item in column 2, row 1 to 2
Multiboard - Set the text for (Last created multiboard) item in column 3, row 1 to 3
Multiboard - Show (Last created multiboard)
For each (Integer A) from 0 to multiboard_numplayers, do (Actions)
Loop - Actions
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
If - Conditions
multiboard_playerplaying[(Integer A)] Equal to 1
Then - Actions
Else - Actions
What I want is that there is no "ICON WITH EYES" on the multiboard. Plz help me. Thank you


