HomeUser Control Panel (unavailable in archive)ForumsTutorialsArt GalleryResourcesMaps

Leaderboard Question

12-20-2002, 02:00 AM#1
Loofy
I am trying to setup 5 players with a leaderboard that shows a static property, for example I want Player 1 to be always Chicken King and Player 2 Chicken Queen and so on and so on. But next to the static title I also need the player name. So if UndeadKiller is Player 1 then the leaderboard would show Chicken King - Undeadkiller - #ofkills.

However this trigger don't seem to work. The titles and player names are mixed up, and some don't even show up. Help? Here is the trigger picture.

12-20-2002, 02:09 AM#2
The_Cyberdemon1
There isn't always enough room for the Player name and the chicken thing. You're gonna have to find a better way to do it. You could have it so each player is either the name of the person (Undeadkilla) or the chicken (chicken king), and instead of the title of the thing being kills, it could rotate.

Event:
----Every 10 seconds of game time
Action:
----Change title of current leaderboard to (((Name of player 1) =) + Chicken king
----Run trigger (Show player 2 stuff<gen>)

Player 2 stuff <Gen>
Action:
----wait 3 seconds
----Change title of current leaderboard to (((name of player 2) =) + Chicken queen)
----Run (Player 3 stuff <gen>

Or something along those lines.
12-20-2002, 03:24 AM#3
CBWhiz
untested:

have 2 leaderboards, one displaying the player name and one with the label.

every 2 seconds swap them. you'll be ale to tell who's who by the color of their text ;)
12-20-2002, 09:12 PM#4
Loofy
lol tried it - totally messed up. Anyone else have ideas? I am sure I am forgetting some minute detail and I am getting weird results. emote_sweat
12-21-2002, 10:38 PM#5
Loofy
this leaderboard thing is annoying =) I must have it though or the map I am working on is pointless. Help help?