- Joined
- Apr 30, 2008
- Messages
- 153
ok so i think i started off good
-
leaderboard setup
-
Events
- Time - Elapsed game time is 0.00 seconds
- Conditions
-
Actions
- Leaderboard - Create a leaderboard for (All players) titled Ammo
- Leaderboard - Add Player 1 (Red) to (Last created leaderboard) with label ammo and value lives
- Leaderboard - Change the color of all labels for (Last created leaderboard) to (0.00%, 100.00%, 0.00%) with 0.00% transparency
- Leaderboard - Show (Last created leaderboard)
-
Events
-
ammo lost
-
Events
- Unit - A unit Is attacked
-
Conditions
- ((Attacking unit) is A Hero) Equal to True
-
Actions
- Set lives = (lives - 1)
- Leaderboard - Change the value for Player 1 (Red) in (Last created leaderboard) to lives
- Trigger - Run defet <gen> (checking conditions)
-
Events
-
out of ammo
- Events
-
Conditions
- ammo Less than or equal to 0
- Actions