Help with Multiboard...

T3rm1nat0r

New Member
Reaction score
23
Hi everyone, first study this multiboard:

8gfktw6.jpg


How do i make multiboard like that without using -UNUSED- in between the players. I don't really know how to explain this, how do i make a multiboard like this one with the players that are not playing not be there on the multiboard like above. So say now Player 1 is not playing then player 2 will go to the spot where player 1 stands, and if player 1 and player 2 is not playing then Player 3 would go in the place of player 1. So say now only player 3, player 6, player 8, Player 10 and player 11. Then it would go like this:
Player 3 would go to player 1 place, player 6 will go to player 2 place, player 8 will go to player 3 place, player 10 will go to player 4 place and player 11 will go to 5 place. So then i don't have to put in between players as -Unused- or Not playing. I hope everybody knows what i mean.

So how would i do the triggers for this muliboard? I will give as much +rep as i can to who ever helps me :)

Thanx in advanced
 

Frozenwind

System maker
Reaction score
99
You gotta place all players into a string.
Example:
Code:
Events
    Map Initaiton
Condition
Action
    Integer A from 1 to N of player
        if player(integerA) slot status is equal to is playing
            then
                set string[IntegerA] = string(Integer A)
                set integer_var = integer_var + 1
             else
    Integer A from 1 to integer_var
        if lengt of string[IntegerA] is equal to 1
            then
                set string[IntegerA] = "0" + string[integerA]
            else
    set string2 = string[0] + string[1] + string[2] [size=-1]etc. etc.[/size]
[COLOR="Red"]If you don't know what i'm doing here, you shouldn't evens tart making it![/COLOR]

Afterwards u create a multiboard with "Integer_var" rows and some columns.
You use substrings (as in: substring(string2,1,2) to get the first playing player, and (3,4) for the second playing player...)

frozenwind.
 

T3rm1nat0r

New Member
Reaction score
23
Thanx, but do you mind sending all of the triggers? I'll give you even more +rep. Thanx... please?
 

Frozenwind

System maker
Reaction score
99
Uhm, u can't give 2x +rep:p

Code:
Let's see..
Events
    Elapsed game time 0.00 seconds
Condition
Action
    multiboard - create with (integer_var+1) rows and >dunknow< columns
    multiboard - change style to display text and hide icon in (row 0) and (column 0)
    Integer A from 2 to integer_var
        change text in (row (Integer A)) to [COLOR="SeaGreen"](Player(substring(string2((1+(((IntegerA) -2) * 2,2+(((IntegerA) -2) * 2 ))))[/COLOR]
    multiboard - display multiboard
Add the upperrow texts yourself and 2nd column and stuff...

[del]1 second:
I go make that formula now.[/del]

(Player(substring(string2((1+(((IntegerA) -2) * 2,2+(((IntegerA) -2) * 2 ))))
Player - player name of player --> convert player number to player --> convert string to integer --> susbtring (string2,formula1,formula2)

frozenwind, c'est le silence du vent.
 

T3rm1nat0r

New Member
Reaction score
23
thanx alot, i work on it now and see if i can do it, I'll post if it works or not.

Hopefully i can do it :D

EDIT: Frozenwind, your way is too confusing for me.

Can Any body else help me ??
 

Frozenwind

System maker
Reaction score
99
I'm sorry, but there isn't another way to do this,
cos you gotta order the playing players, cutting out those that aren't playing.

The only way is string, so the way I showed you is easyest...

frozenwind.
 

T3rm1nat0r

New Member
Reaction score
23
do you mind doing it for me? like make the multiboard for me, then upload the map? Because it is too confusing for me ... please? :)

I'll really appreciate it...
 

Shadow14l

New Member
Reaction score
11
I'm sorry, but there isn't another way to do this,
cos you gotta order the playing players, cutting out those that aren't playing.

The only way is string, so the way I showed you is easyest...

frozenwind.

You are right, but you didn't show it very easily, now did you :p

Sooooooooooooooo...

Here it is in trigger form:
 

Attachments

  • MultiboardSheepExplanation.w3x
    18.5 KB · Views: 97

T3rm1nat0r

New Member
Reaction score
23
Thanx alot, I'll will put you all in the credits! +rep

EDIT: Shadow14l, thanx for the Multiboard, but it is incomplete... so i tried to put it to what way i want it to be, but there is just one little problem... the problem is the players, the players don't go to the right sopt...
 

Shadow14l

New Member
Reaction score
11
Thanx alot, I'll will put you all in the credits! +rep

EDIT: Shadow14l, thanx for the Multiboard, but it is incomplete... so i tried to put it to what way i want it to be, but there is just one little problem... the problem is the players, the players don't go to the right sopt...

Depending on how you are going to change it, you will have to add or subtract rows and columns, I don't really know all you are doing, so I kind of guessed and used the picture :D
 
General chit-chat
Help Users
  • No one is chatting at the moment.

      The Helper Discord

      Staff online

      Members online

      Affiliates

      Hive Workshop NUON Dome World Editor Tutorials

      Network Sponsors

      Apex Steel Pipe - Buys and sells Steel Pipe.
      Top