- Joined
- Apr 30, 2008
- Messages
- 153
Pizzaboy17 said:U.A.MEDIC said:
- Map Intialization
- Events
- Time - Elapsed game time is 0.00 seconds
- Conditions
- Actions
- Leaderboard - Create a leaderboard for (All players) titled Score
- Player Group - Pick every player in (All players) and do (Actions)
- Loop - Actions
- If (All Conditions are True) then do (Then Actions) else do (Else Actions)
- If - Conditions
- ((Picked player) slot status) Equal to Is playing
- ((Picked player) controller) Equal to User
- Then - Actions
- Leaderboard - Add (Picked player) to (Last created leaderboard) with label (Name of (Picked player)) and value 0
- Else - Actions
- Leaderboard - Show (Last created leaderboard)
- Trigger Update
- Events
- Unit - A unit Dies
- Conditions
- ((Dying unit) belongs to an enemy of (Owner of (Killing unit))) Equal to True
- Actions
- Set Playerkills[(Player number of (Owner of (Killing unit)))] = ((Player number of (Owner of (Killing unit))) + 1)
- Leaderboard - Change the value for (Owner of (Killing unit)) in (Last created leaderboard) to Playerkills[(Player number of (Owner of (Killing unit)))]
- Leaderboard - Sort (Last created leaderboard) by Value in Descending order
- Leavers
- Events
- Player - Player 1 (Red) leaves the game
- Player - Player 2 (Blue) leaves the game
- Player - Player 3 (Teal) leaves the game
- Player - Player 4 (Purple) leaves the game
- Player - Player 5 (Yellow) leaves the game
- Player - Player 6 (Orange) leaves the game
- Player - Player 7 (Green) leaves the game
- Player - Player 8 (Pink) leaves the game
- Player - Player 9 (Gray) leaves the game
- Player - Player 10 (Light Blue) leaves the game
- Player - Player 11 (Dark Green) leaves the game
- Player - Player 12 (Brown) leaves the game
- Conditions
- Actions
- Leaderboard - Remove (Triggering player) from (Last created leaderboard)
can you tell me if theres anything thats wrong or it needs
when i play the score goes to 2 and then it stops and dosnt continue
if you have a working one like this on a map can you send it to me so i can compare and see what i messed up on