[TRIGGER perhabs JASS] an question about a leader/multiboard showing teams

Status
Not open for further replies.
Level 4
Joined
Jun 9, 2008
Messages
86
we are makeing a map and i was thinking if it is possibel to make an leaderboard/multiboard there show who there are in teams and who is not.

its a builder based game with the "-ally" funktion.

is it possibel to make a board there show whic players there have gone in "-ally" together so you know who you are agenst...

hope someone can give me an answar ^^

best regards

Wuss
 
Level 28
Joined
Jan 26, 2007
Messages
4,789
  • Player Group - Pick every player in Force[1] and do actions
    • Custom script: if GetLocalPlayer == (Picked Player) then
    • Multiboard - show multiboard
    • Custom script: ifend
It should be about correct :p
You need to use a force, set every player who is allied in the same force and then use this function above.
 
Level 8
Joined
Jun 1, 2008
Messages
341
what does
page.gif
Custom script: ifend do?
 
Level 4
Joined
Jun 9, 2008
Messages
86
thanks but the game has the "-ally" ability so you can change ally/force all the time. thats allso why i would like the multiboard to show who is in wich team/force.
 
Status
Not open for further replies.
Top