| 10-18-2002, 03:02 AM | #1 |
I have a UMS map which uses a leaderboard, and in it I had player 1 & 2 to the leaderboard. Problem is, what I mean to add is the 2 players actually playing. However when someone OBS's the game, say player slot #2, their name gets added to the leaderboard. Question is, how can I set a variable to be the first player actually playing, and another variable to the second player actually playing? Rather than having it be set to an OBS who may or may not be in slots 1/2. Sorry if this isn't clear...? |
| 10-18-2002, 03:11 AM | #2 |
Open up the Warchasers scenario, it does what you ask |
| 10-18-2002, 03:46 AM | #3 |
What exactly am I looking for? I have it open here, but there are a tonne of triggers, and I'm not totally clear what I should be looking for. |
| 10-18-2002, 04:59 AM | #4 |
In the Leaderboard section of triggers, the Set Up Leaderboard trigger: Code:
If ((Player 1 (Red) slot status) Equal to Is playing) then do (Leaderboard - Add Player 1 (Red) to (last created leaderboard) with label (Name of Player 1 (Red)) and value 0) else do (Do nothing) |
