Multiboard error (eye icons??)

  • Thread starter Thread starter superdurex
  • Start date Start date
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 ):

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
 
Replace the (Integer A) in your Multiboard - Set Item Display Style actions with 0 (you aren't in a loop, after all, and 0 universally means "all rows"). For example, if you wanted to disable all icons on your multiboard:
Code:
Multiboard - Set the display style for (Last created multiboard) item in column 0, row 0 to Show text and Hide icons

And 0cossin77 is right. Don't double-post.
 
General chit-chat
Help Users
  • No one is chatting at the moment.
  • Ghan Ghan:
    Bot readable, not human usable.
  • The Helper The Helper:
    got it
  • The Helper The Helper:
    Happy Thursday!
  • The Helper The Helper:
    Check out the new Featured Content feature we apparently got with the forum software upgrade! https://www.thehelper.net/featured/
  • The Helper The Helper:
    Also on the bottom right side bar we now have a Trending Content Box!
    +1
  • The Helper The Helper:
    Not on the Headline News page just on the Forums page can we get that Featured and Trending on the home page?
  • Ghan Ghan:
    Since the home page is technically a forum, it now shows on all forum views. Still in the sidebar.
    +1
  • The Helper The Helper:
    Happy Friday! Hope everyone has a fantastic day and an even better weekend!
  • The Helper The Helper:
    Happy Sunday!
  • The Helper The Helper:
    I lovc that I can post webp and X links now! :)
  • The Helper The Helper:
    Happy Thursday!
  • V-SNES V-SNES:
    Happy Friday!
    +1
  • The Helper The Helper:
    we were down for a minute - think a log file or something got too big
    +1
  • Ghan Ghan:
    The alerts say it was down for a while unfortunately.
  • Ghan Ghan:
    Didn't know what was going on while I was at work.
  • Ghan Ghan:
    Disk filled up with logs. Fixed now.
    +1
  • The Helper The Helper:
    not a problem at all thanks for getting us back up
  • The Helper The Helper:
    I think the bots are finding a way to get through the anubis
  • The Helper The Helper:
    Happy Wednesday Everyone! Hope everyone has a Fantastic Day!
    +1
  • The Helper The Helper:
    Yeah, stats are showing big bot influx like 12k page views.
  • Wizard Wizard:
    :wave:
    +1
  • Ghan Ghan:
    TH changed his avatar again. 6 more weeks of summer.
    +3
  • Wizard Wizard:
    lol
    +1
  • The Helper The Helper:
    Guys just a heads up I am going to be shutting the site down soon. I am just waiting on the NUON people to decide whether they want to transfer forum data and keep the discord. My email is [email protected] for anyone that wants to keep in touch and I have a facebook too. I will make an official post later. Love you guys and will miss everyone!
    +1
  • V-SNES V-SNES:
    Sent a pm @The Helper

The Helper Discord

Staff online

Members online

Affiliates

Hive Workshop NUON Dome World Editor Tutorials
Back
Top